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 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QAudioDevice other) clone()Creates and returns a copy of this object.final Stringfinal booleanequals(QAudioDevice other) booleaninthashCode()Returns the objects's hash code computed byqHash(QAudioDevice).final QByteArrayid()final booleanfinal booleanisFormatSupported(QAudioFormat format) final booleanisNull()final intfinal intfinal intfinal intfinal QAudioDevice.Modemode()final QAudioFormatfinal QList<QAudioFormat.SampleFormat> final voidswap(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.
-