Audio API
Audio API allows applications to
1) set/get the audio device setting
2) set/get the audio volume of the device
Data structures
Data Structure
SAudioDeviceSetting
/* SAudioDeviceSetting */
typedef struct _audioDeviceSetting {
int muted;
int level;
int mediaType;
int voiceSource;
} SAudioDeviceSetting;
ActionEvents
ActionEvent
Description
setAudioDevice
Set audio device setting
getAudioDevice
Get audio device setting
setAudioMuteState Mute or un-mute audio
getAudioMuteState Get the mute state of audio
setAudioVolume
Set audio volume setting
getAudioVolume
Get audio volume setting
Description
Basic audio device setting
// True (muted), False (un-muted)
// volume level 1-100
// (reserved) Full=0, Half duplex=1
// voice MIC/Line in =>0/1 =>0
- 87 -
Need help?
Do you have a question about the WCB-100A and is the answer not in the manual?
Questions and answers
Can it b use in windows 10