java.lang.Object
io.qt.QtObject
io.qt.multimedia.QAudioDevice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Information about audio devices and their functionality
Java wrapper for Qt class QAudioDevice
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QAudioDevice other) clone()
Creates and returns a copy of this object.final String
boolean
final String
Kotlin property getter.final QByteArray
getId()
Kotlin property getter.final QAudioDevice.Mode
getMode()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QAudioDevice)
.final QByteArray
id()
final boolean
final boolean
isFormatSupported
(QAudioFormat format) final boolean
isNull()
final int
final int
final int
final int
final QAudioDevice.Mode
mode()
final QAudioFormat
final QList<QAudioFormat.SampleFormat>
final void
swap
(QAudioDevice other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QAudioDevice
public QAudioDevice() -
QAudioDevice
-
-
Method Details
-
channelConfiguration
-
description
-
id
-
isDefault
-
isFormatSupported
-
isNull
-
maximumChannelCount
-
maximumSampleRate
-
minimumChannelCount
-
minimumSampleRate
-
mode
-
assign
-
preferredFormat
-
supportedSampleFormats
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QAudioDevice)
. -
clone
Creates and returns a copy of this object.
-
getDescription
Kotlin property getter. In Java use
description()
instead. -
getId
Kotlin property getter. In Java use
id()
instead. -
getMode
Kotlin property getter. In Java use
mode()
instead.
-