AudioManager
7.6.6
Native Application Runtime Environment
|
struct describing source classes More...
#include <audiomanagertypes.h>
Public Attributes | |
am_sourceClass_t | sourceClassID |
the source ID More... | |
std::string | name |
the name of the sourceClass - must be unique in the system More... | |
std::vector< am_ClassProperty_s > | listClassProperties |
the list of the class properties. More... | |
struct describing source classes
Definition at line 891 of file audiomanagertypes.h.
std::vector<am_ClassProperty_s> am::am_SourceClass_s::listClassProperties |
the list of the class properties.
These are pairs of a project specific enum describing the type of the value and an integer holding the real value.
Definition at line 907 of file audiomanagertypes.h.
std::string am::am_SourceClass_s::name |
the name of the sourceClass - must be unique in the system
Definition at line 902 of file audiomanagertypes.h.
am_sourceClass_t am::am_SourceClass_s::sourceClassID |
the source ID
Definition at line 898 of file audiomanagertypes.h.