QAudioEncoderSettingsControl Class▲
-
Header: QAudioEncoderSettingsControl
-
qmake: QT += multimedia
-
Inherits: QMediaControl
-
Inherited By:
-
Group: QAudioEncoderSettingsControl is part of multimedia_control
Detailed Description▲
If a QMediaService supports encoding audio data it will implement QAudioEncoderSettingsControl. This control provides information about the limits of restricted audio encoder options and allows the selection of a set of audio encoder settings as specified in a QAudioEncoderSettings object.
The functionality provided by this control is exposed to application code through the QMediaRecorder class.
The interface name of QAudioEncoderSettingsControl is org.qt-project.qt.audioencodersettingscontrol/5.0 as defined in QAudioEncoderSettingsControl_iid.
See Also▲
See also QMediaService::requestControl(), QMediaRecorder
Member Function Documentation▲
[explicit protected] QAudioEncoderSettingsControl::QAudioEncoderSettingsControl(QObject *parent = nullptr)▲
Create a new audio encoder settings control object with the given parent.
[virtual] QAudioEncoderSettingsControl::~QAudioEncoderSettingsControl()▲
Destroys the audio encoder settings control.
[pure virtual] QAudioEncoderSettings QAudioEncoderSettingsControl::audioSettings() const▲
Returns the audio encoder settings.
The returned value may be different tha passed to QAudioEncoderSettingsControl::setAudioSettings() if the settings contains the default or undefined parameters. In this case if the undefined parameters are already resolved, they should be returned.
See Also▲
See also setAudioSettings()
[pure virtual] QString QAudioEncoderSettingsControl::codecDescription(const QString &codecName) const▲
Returns the description of audio codec codecName.
[pure virtual] void QAudioEncoderSettingsControl::setAudioSettings(const QAudioEncoderSettings &settings)▲
[pure virtual] QStringList QAudioEncoderSettingsControl::supportedAudioCodecs() const▲
Returns the list of supported audio codec names.
[pure virtual] QList<int> QAudioEncoderSettingsControl::supportedSampleRates(const QAudioEncoderSettings &settings, bool *continuous = nullptr) const▲
Returns the list of supported audio sample rates, if known.
If non null audio settings parameter is passed, the returned list is reduced to sample rates supported with partial settings applied.
It can be used for example to query the list of sample rates, supported by specific audio codec.
If the encoder supports arbitrary sample rates within the supported rates range, *continuous is set to true, otherwise *continuous is set to false.
Macro Documentation▲
QAudioEncoderSettingsControl_iid▲
org.qt-project.qt.audioencodersettingscontrol/5.0
Defines the interface name of the QAudioEncoderSettingsControl class.