AudioManager
7.6.6
Native Application Runtime Environment
|
struct describing sinkclasses More...
#include <audiomanagertypes.h>
Public Attributes | |
am_sinkClass_t | sinkClassID |
the ID of the sinkClass More... | |
std::string | name |
the name of the sinkClass - must be unique in the system More... | |
std::vector< am_ClassProperty_s > | listClassProperties |
the list of the class properties. More... | |
struct describing sinkclasses
Definition at line 868 of file audiomanagertypes.h.
std::vector<am_ClassProperty_s> am::am_SinkClass_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 884 of file audiomanagertypes.h.
std::string am::am_SinkClass_s::name |
the name of the sinkClass - must be unique in the system
Definition at line 879 of file audiomanagertypes.h.
am_sinkClass_t am::am_SinkClass_s::sinkClassID |
the ID of the sinkClass
Definition at line 875 of file audiomanagertypes.h.