Struct bluespy_audio_codec_lib_info¶
ClassList > bluespy_audio_codec_lib_info
Library-level information describing a codec implementation. More...
#include <bluespy.h>
Public Attributes¶
| Type | Name |
|---|---|
| int | api_version |
| const char * | codec_name |
Detailed Description¶
Each codec shared library (e.g. AAC, aptX) must expose an 'init()' function returning an instance of this structure. It identifies the codec library at runtime and provides a library version for compatibility checking.
Public Attributes Documentation¶
variable api_version¶
variable codec_name¶
The documentation for this class was generated from the following file bluespy.h