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
QRadioDataControl
([parent=None])¶ - param parent
QObject
Constructs a radio data control with the given
parent
.
-
PySide2.QtMultimedia.QRadioDataControl.
alternativeFrequenciesEnabledChanged
(enabled)¶ - Parameters
enabled –
bool
-
PySide2.QtMultimedia.QRadioDataControl.
error
()¶ - Return type
Error
Returns the error state of a radio data.
-
PySide2.QtMultimedia.QRadioDataControl.
error
(err) - Parameters
err –
Error
-
PySide2.QtMultimedia.QRadioDataControl.
errorString
()¶ - Return type
unicode
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
ProgramType
Returns the current Program Type
-
PySide2.QtMultimedia.QRadioDataControl.
programTypeChanged
(programType)¶ - Parameters
programType –
ProgramType
-
PySide2.QtMultimedia.QRadioDataControl.
programTypeName
()¶ - Return type
unicode
Returns the current Program Type Name
-
PySide2.QtMultimedia.QRadioDataControl.
programTypeNameChanged
(programTypeName)¶ - Parameters
programTypeName – unicode
-
PySide2.QtMultimedia.QRadioDataControl.
radioText
()¶ - Return type
unicode
Returns the current Radio Text
-
PySide2.QtMultimedia.QRadioDataControl.
radioTextChanged
(radioText)¶ - Parameters
radioText – unicode
-
PySide2.QtMultimedia.QRadioDataControl.
setAlternativeFrequenciesEnabled
(enabled)¶ - Parameters
enabled –
bool
Sets the Alternative Frequency to
enabled
See also
-
PySide2.QtMultimedia.QRadioDataControl.
stationId
()¶ - Return type
unicode
Returns the current Program Identification
-
PySide2.QtMultimedia.QRadioDataControl.
stationIdChanged
(stationId)¶ - Parameters
stationId – unicode
-
PySide2.QtMultimedia.QRadioDataControl.
stationName
()¶ - Return type
unicode
Returns the current Program Service
-
PySide2.QtMultimedia.QRadioDataControl.
stationNameChanged
(stationName)¶ - Parameters
stationName – unicode