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
-
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
final boolean
equals
(QAudioDevice other) boolean
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
-
equals
-
preferredFormat
-
supportedSampleFormats
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QAudioDevice)
. -
clone
Creates and returns a copy of this object.
-