org.kc7bfi.jflac
Class ChannelData
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelData
public ChannelData(int size)
- The default constructor.
- Parameters:
size
- The block size
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.