Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QAudioElement class manages an element of the audio mixer. More...
#include <QAudioElement>
Inherits QObject.
The QAudioElement class manages an element of the audio mixer.
This class provides functions to get and set the audio mixer value of the element.
See also QAudioMixer.
Construct a new QAudioElement object
Destroy this audio mixer element.
Return the index number of the element.
Returns the maximum value that the control can be set too.
Returns the minimum value that the control can be set too.
Return a QString pointer to the name of the element.
Returns the currently set option for an enum type mixer element.
Returns the value that the control element is currently set as.
Returns true if mixer element is only a single channel, not stereo.
Returns true if mixer element is muted.
Returns true if element is an enum control.
Returns true if element is a playback control.
Returns true if element is a capture control.
Sets the audio mixer element mute state to val.
Sets the mixer elements enum to value opt.
See also isOption().
Sets the value of the control element to val.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |