QRadioDataControl¶
The
QRadioDataControl
class provides access to the RDS functionality of the radio in theQMediaService
. More…
Detailed Description¶
The functionality provided by this control is exposed to application code through the
QRadioData
class.The interface name of
QRadioDataControl
isorg.qt-project.qt.radiodatacontrol/5.0
as defined inQRadioDataControl_iid
.See also
- class PySide2.QtMultimedia.QRadioDataControl([parent=None])¶
- param parent:
Constructs a radio data control with the given
parent
.
- PySide2.QtMultimedia.QRadioDataControl.alternativeFrequenciesEnabledChanged(enabled)¶
- Parameters:
enabled – bool
- PySide2.QtMultimedia.QRadioDataControl.error()¶
- Return type:
Returns the error state of a radio data.
- PySide2.QtMultimedia.QRadioDataControl.error(err)
- Parameters:
err –
Error
- PySide2.QtMultimedia.QRadioDataControl.errorString()¶
- Return type:
str
Returns a string describing a radio data’s error state.
- PySide2.QtMultimedia.QRadioDataControl.isAlternativeFrequenciesEnabled()¶
- Return type:
bool
Returns true if Alternative Frequency is currently enabled
- PySide2.QtMultimedia.QRadioDataControl.programType()¶
- Return type:
Returns the current Program Type
- PySide2.QtMultimedia.QRadioDataControl.programTypeChanged(programType)¶
- Parameters:
programType –
ProgramType
- PySide2.QtMultimedia.QRadioDataControl.programTypeName()¶
- Return type:
str
Returns the current Program Type Name
- PySide2.QtMultimedia.QRadioDataControl.programTypeNameChanged(programTypeName)¶
- Parameters:
programTypeName – str
- PySide2.QtMultimedia.QRadioDataControl.radioText()¶
- Return type:
str
Returns the current Radio Text
- PySide2.QtMultimedia.QRadioDataControl.radioTextChanged(radioText)¶
- Parameters:
radioText – str
- PySide2.QtMultimedia.QRadioDataControl.setAlternativeFrequenciesEnabled(enabled)¶
- Parameters:
enabled – bool
Sets the Alternative Frequency to
enabled
See also
- PySide2.QtMultimedia.QRadioDataControl.stationId()¶
- Return type:
str
Returns the current Program Identification
- PySide2.QtMultimedia.QRadioDataControl.stationIdChanged(stationId)¶
- Parameters:
stationId – str
- PySide2.QtMultimedia.QRadioDataControl.stationName()¶
- Return type:
str
Returns the current Program Service
- PySide2.QtMultimedia.QRadioDataControl.stationNameChanged(stationName)¶
- Parameters:
stationName – str
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.