Uses of Class
io.qt.multimedia.QAudioFormat.SampleType
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QAudioFormat.SampleType in io.qt.multimedia
Methods in io.qt.multimedia that return QAudioFormat.SampleType Modifier and Type Method Description static QAudioFormat.SampleType
QAudioFormat.SampleType. resolve(int value)
Returns the corresponding enum entry for the given value.QAudioFormat.SampleType
QAudioFormat. sampleType()
static QAudioFormat.SampleType
QAudioFormat.SampleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAudioFormat.SampleType[]
QAudioFormat.SampleType. 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.SampleType Modifier and Type Method Description abstract List<QAudioFormat.SampleType>
QAbstractAudioDeviceInfo. supportedSampleTypes()
QList<QAudioFormat.SampleType>
QAudioDeviceInfo. supportedSampleTypes()
Methods in io.qt.multimedia with parameters of type QAudioFormat.SampleType Modifier and Type Method Description void
QAudioFormat. setSampleType(QAudioFormat.SampleType sampleType)