Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMediaDecoder class is an abstraction for decoders written for the Media Engine. More...
#include <QMediaDecoder>
This class is under development and is subject to change.
Inherits QMediaDevice.
The QMediaDecoder class is an abstraction for decoders written for the Media Engine.
Destroy the QMediaDecoder object.
Return the mute state of the decoder.
Return the length of the decoded data, to date if total not available.
Signals the length information of the media has changed to ms milliseconds.
Pause decoding data.
Signals the current state of the QMediaDecoder
See also QtopiaMedia::State.
Signals a change in the current position ms of the media in milliseconds.
Seek to the absolute position ms from the beginning of the file.
Reimplemented from QIODevice.
Set the mute state of the data, the decoder should continue to process audio data but not produce output, if the volume is muted.
See also isMuted().
Adjust the volume of the data, the decoder should not attempt to adjust hardware volume, only amplification of the data produced by the decoder. The volume will be normalized by the system to a value between 0 and 100, the decoder should adjust internally as necessary.
See also volume().
Start decoding data from the inputPipe
See also QMediaDevice.
Stop decoding data to the outputPipe
See also QMediaDevice.
Return the current volume level.
See also setVolume().
Signals the volume of the media has changed.
Signals the mute status of the volume has been set to muted.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |