AudioManager
7.6.6
Native Application Runtime Environment
|
struct describing the sound property More...
#include <audiomanagertypes.h>
Public Attributes | |
am_CustomSoundPropertyType_t | type |
the type of the property - a project specific enum More... | |
int16_t | value |
the actual value of the property More... | |
struct describing the sound property
Definition at line 832 of file audiomanagertypes.h.
am_CustomSoundPropertyType_t am::am_SoundProperty_s::type |
the type of the property - a project specific enum
Definition at line 839 of file audiomanagertypes.h.
int16_t am::am_SoundProperty_s::value |
the actual value of the property
Definition at line 843 of file audiomanagertypes.h.