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) 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<Byte>QAudioFrame.byteAudioFrame(QAudioFormat.ChannelConfig config) static QAudioFrame<Float>QAudioFrame.floatAudioFrame(QAudioFormat.ChannelConfig config) static QAudioFrame<Integer>QAudioFrame.intAudioFrame(QAudioFormat.ChannelConfig config) final voidQAudioFormat.setChannelConfig(QAudioFormat.ChannelConfig config) static QAudioFrame<Short>QAudioFrame.shortAudioFrame(QAudioFormat.ChannelConfig config)