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) QAudioDevice.channelConfiguration()
static QAudioFormat.ChannelConfig
QAudioFormat.defaultChannelConfigForChannelCount
(int channelCount) 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.AsByte
QAudioFrame.dataAsAudioFrame
(ByteBuffer buffer, QAudioFormat.ChannelConfig config) static QAudioFrame.AsFloat
QAudioFrame.dataAsAudioFrame
(FloatBuffer buffer, QAudioFormat.ChannelConfig config) static QAudioFrame.AsInt
QAudioFrame.dataAsAudioFrame
(IntBuffer buffer, QAudioFormat.ChannelConfig config) static QAudioFrame.AsShort
QAudioFrame.dataAsAudioFrame
(ShortBuffer buffer, QAudioFormat.ChannelConfig config) final void
QAudioFormat.setChannelConfig
(QAudioFormat.ChannelConfig config)