Uses of Enum
io.qt.multimedia.QAudioFormat.Endian
Packages that use QAudioFormat.Endian
-
Uses of QAudioFormat.Endian in io.qt.multimedia
Methods in io.qt.multimedia that return QAudioFormat.EndianModifier and TypeMethodDescriptionfinal QAudioFormat.Endian
QAudioFormat.byteOrder()
static QAudioFormat.Endian
QAudioFormat.Endian.resolve
(int value) Returns the corresponding enum entry for the given value.static QAudioFormat.Endian
Returns the enum constant of this type with the specified name.static QAudioFormat.Endian[]
QAudioFormat.Endian.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia that return types with arguments of type QAudioFormat.EndianModifier and TypeMethodDescriptionabstract List<QAudioFormat.Endian>
QAbstractAudioDeviceInfo.supportedByteOrders()
final QList<QAudioFormat.Endian>
QAudioDeviceInfo.supportedByteOrders()
Methods in io.qt.multimedia with parameters of type QAudioFormat.EndianModifier and TypeMethodDescriptionfinal void
QAudioFormat.setByteOrder
(QAudioFormat.Endian byteOrder)