#include <SwiStructsCm.h>
Public Attributes | |
U32 | sizeStruct |
SWI_TYPE_AudioProfile | eCurrent |
bool | bEarPieceMute |
bool | bMicMute |
SWI_TYPE_AudioVolLevel | eVolLevel |
SWI_TYPE_AudioGen | eAudioGen |
SWI_TYPE_AudioResult | eActionResult |
Audio profile settings are not persistent. Supports PC cards, embedded devices, and MP line of products.
SWI_TYPE_AudioVolLevel
SWI_TYPE_AudioGen
SWI_TYPE_AudioResult
SwiGetAudioProfile
SwiSetAudioProfile
True is returned if the ear piece is muted, false otherwise.
True is returned if the microphone is muted, false otherwise.
SWI_TYPE_AudioResult SWI_STRUCT_AudioProfile::eActionResult |
Enumeration of the result of a SET request. Ignore when doing a query.
SWI_TYPE_AudioGen SWI_STRUCT_AudioProfile::eAudioGen |
Enumeration of the audio generator. Only valid in SET requests.
SWI_TYPE_AudioProfile SWI_STRUCT_AudioProfile::eCurrent |
Enumeration of the current audio profile setting.
SWI_TYPE_AudioVolLevel SWI_STRUCT_AudioProfile::eVolLevel |
Enumeration of the volume level.
The size, in bytes, of this structure. This value must always be populated by the calling application when calling SwiGetRadioPower or SwiSetRadioPower.