QAudioDecoderControl Class

The QAudioDecoderControl class provides access to the audio decoding functionality of a QMediaService. More...

Header: #include <QAudioDecoderControl>
qmake: QT += multimedia
Inherits: QMediaControl

This class is under development and is subject to change.

Public Functions

  • 30 public functions inherited from QObject

Protected Functions

QAudioDecoderControl(QObject *parent = nullptr)
  • 9 protected functions inherited from QObject
typedef QObjectList
QList<T> qFindChildren(const QObject *obj, const QRegExp &regExp)
T qobject_cast(QObject *object)
T qobject_cast(const QObject *object)

Macros

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 2 signals inherited from QObject
  • 9 static public members inherited from QObject

Detailed Description

The functionality provided by this control is exposed to application code through the QAudioDecoder class.

The interface name of QAudioDecoderControl is org.qt-project.qt.audiodecodercontrol/5.0 as defined in QAudioDecoderControl_iid.

See also QMediaService::requestControl() and QAudioDecoder.

Member Function Documentation

[protected] QAudioDecoderControl::QAudioDecoderControl(QObject *parent = nullptr)

Constructs a new audio decoder control with the given parent.

[virtual] QAudioDecoderControl::~QAudioDecoderControl()

Destroys an audio decoder control.

Macro Documentation

QAudioDecoderControl::QAudioDecoderControl_iid

org.qt-project.qt.audiodecodercontrol/5.0

Defines the interface name of the QAudioDecoderControl class.