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
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QAudioDeviceInfo other) static QList<QAudioDeviceInfo>
availableDevices
(QAudio.Mode mode) clone()
Creates and returns a copy of this object.static QAudioDeviceInfo
static QAudioDeviceInfo
final String
final boolean
equals
(QAudioDeviceInfo other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QAudioDeviceInfo)
.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
- 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.
-