AudioManager  7.6.6
Native Application Runtime Environment
am::am_SinkClass_s Struct Reference

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_slistClassProperties
 the list of the class properties. More...
 

Detailed Description

struct describing sinkclasses

Definition at line 868 of file audiomanagertypes.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: