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 class QAudioDeviceInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QAudioDeviceInfo other) static QList<QAudioDeviceInfo>availableDevices(QAudio.Mode mode) clone()Creates and returns a copy of this object.static QAudioDeviceInfostatic QAudioDeviceInfofinal Stringfinal booleanequals(QAudioDeviceInfo other) booleaninthashCode()Returns the objects's hash code computed byqHash(QAudioDeviceInfo).final booleanisFormatSupported(QAudioFormat format) final booleanisNull()final QAudioFormatnearestFormat(QAudioFormat format) final QAudioFormatfinal Stringrealm()final QList<QAudioFormat.Endian>final QList<@QtPrimitiveType Integer>final QStringListfinal 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
- Parameters:
other-
-
-
Method Details
-
deviceName
- Returns:
-
isFormatSupported
- Parameters:
format-- Returns:
-
isNull
- Returns:
-
nearestFormat
- Parameters:
format-- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
preferredFormat
- Returns:
-
realm
- Returns:
- Since:
- This function was introduced in Qt 5.14.
-
supportedByteOrders
- Returns:
-
supportedChannelCounts
- Returns:
-
supportedCodecs
- Returns:
-
supportedSampleRates
- Returns:
-
supportedSampleSizes
- Returns:
-
supportedSampleTypes
- Returns:
-
availableDevices
- Parameters:
mode-- Returns:
-
defaultInputDevice
- Returns:
-
defaultOutputDevice
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QAudioDeviceInfo). -
clone
Creates and returns a copy of this object.
-