#include <PsTaoComponentGroup.h>
|
| OsStatus | setHandsetVolume (int &level) |
| |
| OsStatus | setHeadsetVolume (int &level) |
| |
| OsStatus | setSpeakerVolume (int &level) |
| |
| OsStatus | setExtSpeakerVolume (int &level) |
| |
| OsStatus | setRingerVolume (int &level) |
| |
| OsStatus | setMicGain (int group, int &level) |
| |
| UtlBoolean | activate (void) |
| |
| UtlBoolean | deactivate (void) |
| |
| OsStatus | getComponents (PsTaoComponent *pComponents[], int size, int &nItems) |
| |
| void | getDescription (UtlString &rDescription) |
| |
| int | getType (void) |
| |
| OsStatus | getHandsetVolume (int &level, int isNominal=0) |
| |
| OsStatus | getHeadsetVolume (int &level, int isNominal=0) |
| |
| OsStatus | getSpeakerVolume (int &level, int isNominal=0) |
| |
| OsStatus | getExtSpeakerVolume (int &level, int isNominal=0) |
| |
| OsStatus | getRingerVolume (int &level, int isNominal=0) |
| |
| OsStatus | getMicGain (int group, int &level) |
| |
| OsStatus | getMicGainValue (int group, int &value) |
| |
| UtlBoolean | isActivated (void) |
| |
|
| | PsTaoComponentGroup (int groupType, const UtlString &rDescription, PsTaoComponent *pComponents[], int nItems) |
| |
| virtual | ~PsTaoComponentGroup () |
| |
| OsStatus | setVolumeRange (int low, int high, int nominal, int stepsize, int mute) |
| |
| OsStatus | setGainRange (int low, int high, int nominal, int stepsize, int mute) |
| |
| OsStatus | getVolume (int groupType, int &level) |
| |
| Enumerator |
|---|
| HEAD_SET |
|
| HAND_SET |
|
| SPEAKER_PHONE |
|
| PHONE_SET |
|
| EXTERNAL_SPEAKER |
|
| OTHER |
|
| UtlBoolean activate |
( |
void |
| ) |
|
| UtlBoolean deactivate |
( |
void |
| ) |
|
| int gainNormalize |
( |
int & |
level | ) |
|
|
private |
| OsStatus getComponents |
( |
PsTaoComponent * |
pComponents[], |
|
|
int |
size, |
|
|
int & |
nItems |
|
) |
| |
| void getDescription |
( |
UtlString & |
rDescription | ) |
|
| OsStatus getExtSpeakerVolume |
( |
int & |
level, |
|
|
int |
isNominal = 0 |
|
) |
| |
| OsStatus getHandsetVolume |
( |
int & |
level, |
|
|
int |
isNominal = 0 |
|
) |
| |
| OsStatus getHeadsetVolume |
( |
int & |
level, |
|
|
int |
isNominal = 0 |
|
) |
| |
| OsStatus getMicGain |
( |
int |
group, |
|
|
int & |
level |
|
) |
| |
| OsStatus getMicGainValue |
( |
int |
group, |
|
|
int & |
value |
|
) |
| |
| OsStatus getRingerVolume |
( |
int & |
level, |
|
|
int |
isNominal = 0 |
|
) |
| |
| OsStatus getSpeakerVolume |
( |
int & |
level, |
|
|
int |
isNominal = 0 |
|
) |
| |
| OsStatus getVolume |
( |
int |
groupType, |
|
|
int & |
level |
|
) |
| |
|
protected |
| UtlBoolean isActivated |
( |
void |
| ) |
|
| int normalize |
( |
int & |
level | ) |
|
|
private |
| OsStatus setExtSpeakerVolume |
( |
int & |
level | ) |
|
| OsStatus setGainRange |
( |
int |
low, |
|
|
int |
high, |
|
|
int |
nominal, |
|
|
int |
stepsize, |
|
|
int |
mute |
|
) |
| |
|
protected |
| OsStatus setHandsetVolume |
( |
int & |
level | ) |
|
| OsStatus setHeadsetVolume |
( |
int & |
level | ) |
|
| OsStatus setMicGain |
( |
int |
group, |
|
|
int & |
level |
|
) |
| |
| OsStatus setRingerVolume |
( |
int & |
level | ) |
|
| OsStatus setSpeakerVolume |
( |
int & |
level | ) |
|
| OsStatus setVolumeRange |
( |
int |
low, |
|
|
int |
high, |
|
|
int |
nominal, |
|
|
int |
stepsize, |
|
|
int |
mute |
|
) |
| |
|
protected |