QMediaAvailabilityControl¶
The
QMediaAvailabilityControl
class supplies a control for reporting availability of a service. More…
Detailed Description¶
An instance of
QMediaObject
(or its derived classes) can report any changes in availability via this control.The interface name of
QMediaAvailabilityControl
isorg.qt-project.qt.mediaavailabilitycontrol/5.0
as defined inQMediaAvailabilityControl_iid
.See also
- class PySide2.QtMultimedia.QMediaAvailabilityControl([parent=None])¶
- param parent:
Constructs an availability control object with
parent
.
- PySide2.QtMultimedia.QMediaAvailabilityControl.availability()¶
- Return type:
Returns the current availability of this instance of the media service. If the availability changes at run time (for example, some other media client takes all media resources) the availabilityChanges() signal should be emitted.
- PySide2.QtMultimedia.QMediaAvailabilityControl.availabilityChanged(availability)¶
- Parameters:
availability –
AvailabilityStatus
© 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.