audioDevice QML Type
Import Statement: | import |
Properties
- description : string
- id : string
- isDefault : bool
- mode : enumeration
Detailed Description
Property Documentation
description : string |
Holds a human readable name of the audio device.
Use this string to present the device to the user.
id : string |
Holds an identifier for the audio device.
Device names vary depending on the platform/audio plugin being used.
They are a unique identifier for the audio device.
isDefault : bool |
Is true if this is the default audio device.
mode : enumeration |
Holds whether this device is an input or output device.
The returned value can be one of the following:
Constant | Description |
---|---|
audioDevice.Null | A null device. |
audioDevice.Input | input device. |
audioDevice.Output | An output device. |
© 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.