AudioManager
7.6.6
Native Application Runtime Environment
|
This types describe a mixed description for source and sinks volumes. More...
#include <audiomanagertypes.h>
Public Attributes | |
am_VolumeType_e | volumeType |
describes the type of the volume: source or sink. More... | |
am_DataType_u | volumeID |
either sourceID or sinkID More... | |
am_volume_t | volume |
The volume. More... | |
am_CustomRampType_t | ramp |
the ramp that shall be driven More... | |
am_time_t | time |
the time for the ramp More... | |
This types describe a mixed description for source and sinks volumes.
Definition at line 1450 of file audiomanagertypes.h.
am_CustomRampType_t am::am_Volumes_s::ramp |
the ramp that shall be driven
Definition at line 1469 of file audiomanagertypes.h.
am_time_t am::am_Volumes_s::time |
the time for the ramp
Definition at line 1473 of file audiomanagertypes.h.
am_volume_t am::am_Volumes_s::volume |
The volume.
Definition at line 1465 of file audiomanagertypes.h.
am_DataType_u am::am_Volumes_s::volumeID |
either sourceID or sinkID
Definition at line 1461 of file audiomanagertypes.h.
am_VolumeType_e am::am_Volumes_s::volumeType |
describes the type of the volume: source or sink.
Definition at line 1457 of file audiomanagertypes.h.