Uses of Class
io.qt.multimedia.QAudioFormat.Endian
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QAudioFormat.Endian in io.qt.multimedia
Methods in io.qt.multimedia that return QAudioFormat.Endian Modifier and Type Method Description QAudioFormat.Endian
QAudioFormat. byteOrder()
static QAudioFormat.Endian
QAudioFormat.Endian. resolve(int value)
Returns the corresponding enum entry for the given value.static QAudioFormat.Endian
QAudioFormat.Endian. valueOf(String name)
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.Endian Modifier and Type Method Description abstract List<QAudioFormat.Endian>
QAbstractAudioDeviceInfo. supportedByteOrders()
QList<QAudioFormat.Endian>
QAudioDeviceInfo. supportedByteOrders()
Methods in io.qt.multimedia with parameters of type QAudioFormat.Endian Modifier and Type Method Description void
QAudioFormat. setByteOrder(QAudioFormat.Endian byteOrder)