org.kc7bfi.jflac
Class ChannelData

java.lang.Object
  extended by org.kc7bfi.jflac.ChannelData

public class ChannelData
extends Object

FLAC channel data. This class holds the data for the channels in a FLAC frame.

Author:
kc7bfi

Constructor Summary
ChannelData(int size)
          The default constructor.
 
Method Summary
 int[] getOutput()
           
 EntropyPartitionedRiceContents getPartitionedRiceContents()
           
 int[] getResidual()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelData

public ChannelData(int size)
The default constructor.

Parameters:
size - The block size
Method Detail

getOutput

public int[] getOutput()
Returns:
Returns the output.

getPartitionedRiceContents

public EntropyPartitionedRiceContents getPartitionedRiceContents()
Returns:
Returns the partitionedRiceContents.

getResidual

public int[] getResidual()
Returns:
Returns the residual.


Copyright © 2004-2011. All Rights Reserved.