java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QAudioDeviceInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QAudioDeviceInfo extends QtObject implements Cloneable
Interface to query audio devices and their functionality
Java wrapper for Qt class QAudioDeviceInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QAudioDeviceInfo()
QAudioDeviceInfo(QAudioDeviceInfo other)
protected
QAudioDeviceInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static List<QAudioDeviceInfo>
availableDevices(QAudio.Mode mode)
QAudioDeviceInfo
clone()
static QAudioDeviceInfo
defaultInputDevice()
static QAudioDeviceInfo
defaultOutputDevice()
String
deviceName()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isFormatSupported(QAudioFormat format)
boolean
isNull()
QAudioFormat
nearestFormat(QAudioFormat format)
QAudioFormat
preferredFormat()
String
realm()
List<QAudioFormat.Endian>
supportedByteOrders()
List<Integer>
supportedChannelCounts()
List<String>
supportedCodecs()
List<Integer>
supportedSampleRates()
List<Integer>
supportedSampleSizes()
List<QAudioFormat.SampleType>
supportedSampleTypes()
-
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
public int hashCode() -
clone
-