Uses of Class
javaFlacEncoder.EncodingConfiguration.ChannelConfig

Uses of EncodingConfiguration.ChannelConfig in javaFlacEncoder
 

Fields in javaFlacEncoder declared as EncodingConfiguration.ChannelConfig
static EncodingConfiguration.ChannelConfig EncodingConfiguration.DEFAULT_CHANNEL_CONFIG
          Default channel configuration
 

Methods in javaFlacEncoder that return EncodingConfiguration.ChannelConfig
 EncodingConfiguration.ChannelConfig EncodingConfiguration.getChannelConfig()
          Get the current channel configuration value.
static EncodingConfiguration.ChannelConfig EncodingConfiguration.ChannelConfig.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EncodingConfiguration.ChannelConfig[] EncodingConfiguration.ChannelConfig.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javaFlacEncoder with parameters of type EncodingConfiguration.ChannelConfig
 EncodedElement FrameHeader.createHeader(boolean fixBlock, int blockSize, int sampleRate, EncodingConfiguration.ChannelConfig channelAssign, int sampleSize, long frameNumber, int channelCount, EncodedElement result)
          Create the header for a frame with the given parameters.
 void EncodingConfiguration.setChannelConfig(EncodingConfiguration.ChannelConfig conf)
          Set the channel configuration to use.