Uses of Enum
io.qt.multimedia.QAudioFormat.ChannelConfig
-
Uses of QAudioFormat.ChannelConfig in io.qt.multimedia
Modifier and TypeMethodDescriptionQAudioFormat.channelConfig()
static QAudioFormat.ChannelConfig
QAudioFormat.channelConfig
(QAudioFormat.AudioChannelPosition... channels) static QAudioFormat.ChannelConfig
QAudioFormat.ChannelConfig.resolve
(int value) Returns the corresponding enum entry for the given value.static QAudioFormat.ChannelConfig
Returns the corresponding enum entry for the given value and name.static QAudioFormat.ChannelConfig
Returns the enum constant of this type with the specified name.static QAudioFormat.ChannelConfig[]
QAudioFormat.ChannelConfig.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic QAudioFrame<Byte>
QAudioFrame.byteAudioFrame
(QAudioFormat.ChannelConfig config) static QAudioFrame<Float>
QAudioFrame.floatAudioFrame
(QAudioFormat.ChannelConfig config) static QAudioFrame<Integer>
QAudioFrame.intAudioFrame
(QAudioFormat.ChannelConfig config) final void
QAudioFormat.setChannelConfig
(QAudioFormat.ChannelConfig config) static QAudioFrame<Short>
QAudioFrame.shortAudioFrame
(QAudioFormat.ChannelConfig config)