Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QCallVolume class provides access to GSM call volume control. More...
#include <QCallVolume>
This class is under development and is subject to change.
Inherits QCommInterface.
Inherited by QModemCallVolume.
|
|
The QCallVolume class provides access to GSM call volume control.
The current speaker volume may be queried with speakerVolume(). The range of supported volume levels may be queried with minimumSpeakerVolume() and maximumSpeakerVolume(). The speaker volume can be set with setSpeakerVolume().
The current microphone volume may be queried with microphoneVolume(). The range of supported microphone volume levels may be queried with minimumMicrophoneVolume() and maximumMicrophoneVolume(). The microphone volume can be set with setMicrophoneVolume().
See also QCommInterface.
This property holds the maximum microphone volume.
Access functions:
This property holds the maximum speaker volume.
Access functions:
This property holds the current microphone volume.
Access functions:
This property holds the minimum microphone volume.
Access functions:
This property holds the minimum speaker volume.
Access functions:
This property holds the current speaker volume.
Access functions:
Construct a new call volume object for service and attach it to parent. The object will be created in client mode if mode is Client, or server mode otherwise.
If service is empty, this class will use the first available service that supports call volume. If there is more than one service that supports call volume, the caller should enumerate them with QCommServiceManager::supports() and create separate QCallVolume objects for each.
See also QCommServiceManager::supports().
Destroy this call volume object.
This signal is emitted when the microphone volume changes to volume.
This signal is emitted when the speaker volume changes, to volume.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |