java.lang.Object
io.qt.QtObject
io.qt.multimedia.QAudioDeviceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Interface to query audio devices and their functionality
Java wrapper for Qt's class QAudioDeviceInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQAudioDeviceInfo
(QAudioDeviceInfo other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QAudioDeviceInfo other) static QList<QAudioDeviceInfo>
availableDevices
(QAudio.Mode mode) clone()
static QAudioDeviceInfo
static QAudioDeviceInfo
final String
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
isFormatSupported
(QAudioFormat format) final boolean
isNull()
final QAudioFormat
nearestFormat
(QAudioFormat format) final QAudioFormat
final String
realm()
final QList<QAudioFormat.Endian>
final QList<@QtPrimitiveType Integer>
final QStringList
final QList<@QtPrimitiveType Integer>
final QList<@QtPrimitiveType Integer>
final QList<QAudioFormat.SampleType>
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QAudioDeviceInfo
public QAudioDeviceInfo() -
QAudioDeviceInfo
-
QAudioDeviceInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
deviceName
-
isFormatSupported
-
isNull
-
nearestFormat
-
assign
-
preferredFormat
-
realm
-
supportedByteOrders
-
supportedChannelCounts
-
supportedCodecs
-
supportedSampleRates
-
supportedSampleSizes
-
supportedSampleTypes
-
availableDevices
-
defaultInputDevice
-
defaultOutputDevice
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-