QAudioInputSelectorControl¶
The
QAudioInputSelectorControl
class provides an audio input selector media control. More…
Detailed Description¶
The
QAudioInputSelectorControl
class provides descriptions of the audio inputs available on a system and allows one to be selected as the audio input of a media service.The interface name of
QAudioInputSelectorControl
isorg.qt-project.qt.audioinputselectorcontrol/5.0
as defined inQAudioInputSelectorControl_iid
.See also
- class PySide2.QtMultimedia.QAudioInputSelectorControl([parent=None])¶
- param parent:
Constructs a new audio input selector control with the given
parent
.
- PySide2.QtMultimedia.QAudioInputSelectorControl.activeInput()¶
- Return type:
str
Returns the name of the currently selected audio input.
See also
- PySide2.QtMultimedia.QAudioInputSelectorControl.activeInputChanged(name)¶
- Parameters:
name – str
- PySide2.QtMultimedia.QAudioInputSelectorControl.availableInputs()¶
- Return type:
Returns a list of the names of the available audio inputs.
- PySide2.QtMultimedia.QAudioInputSelectorControl.availableInputsChanged()¶
- PySide2.QtMultimedia.QAudioInputSelectorControl.defaultInput()¶
- Return type:
str
Returns the name of the default audio input.
- PySide2.QtMultimedia.QAudioInputSelectorControl.inputDescription(name)¶
- Parameters:
name – str
- Return type:
str
Returns the description of the input
name
.
- PySide2.QtMultimedia.QAudioInputSelectorControl.setActiveInput(name)¶
- Parameters:
name – str
Set the active audio input to
name
.See also
© 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.