Uses of Enum
io.qt.multimedia.QAudioFormat.ChannelConfig
-
Uses of QAudioFormat.ChannelConfig in io.qt.multimedia
Methods in io.qt.multimedia that return QAudioFormat.ChannelConfigModifier and TypeMethodDescriptionQAudioFormat.channelConfig()static QAudioFormat.ChannelConfigQAudioFormat.channelConfig(QAudioFormat.AudioChannelPosition ... channels) QAudioDevice.channelConfiguration()static QAudioFormat.ChannelConfigQAudioFormat.defaultChannelConfigForChannelCount(int channelCount) static QAudioFormat.ChannelConfigQAudioFormat.ChannelConfig.resolve(int value) Returns the corresponding enum entry for the given value.static QAudioFormat.ChannelConfigReturns the corresponding enum entry for the given value and name.static QAudioFormat.ChannelConfigReturns 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.Methods in io.qt.multimedia with parameters of type QAudioFormat.ChannelConfigModifier and TypeMethodDescriptionstatic QAudioFrame.AsByteQAudioFrame.dataAsAudioFrame(ByteBuffer buffer, QAudioFormat.ChannelConfig config) static QAudioFrame.AsFloatQAudioFrame.dataAsAudioFrame(FloatBuffer buffer, QAudioFormat.ChannelConfig config) static QAudioFrame.AsIntQAudioFrame.dataAsAudioFrame(IntBuffer buffer, QAudioFormat.ChannelConfig config) static QAudioFrame.AsShortQAudioFrame.dataAsAudioFrame(ShortBuffer buffer, QAudioFormat.ChannelConfig config) final voidQAudioFormat.setChannelConfig(QAudioFormat.ChannelConfig config)