java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QAudioDeviceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Interface to query audio devices and their functionality
Java wrapper for Qt 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 TypeMethodDescriptionstatic QList<QAudioDeviceInfo>
availableDevices
(QAudio.Mode mode) clone()
static QAudioDeviceInfo
static QAudioDeviceInfo
final String
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.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 QStringList
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
-
preferredFormat
-
realm
-
supportedByteOrders
-
supportedChannelCounts
-
supportedCodecs
-
supportedSampleRates
-
supportedSampleSizes
-
supportedSampleTypes
-
availableDevices
-
defaultInputDevice
-
defaultOutputDevice
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-