Modifier and Type | Field and Description |
---|---|
static EncodingConfiguration.ChannelConfig |
EncodingConfiguration.DEFAULT_CHANNEL_CONFIG
Default channel configuration
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|