org.kc7bfi.jflac.frame
Class ChannelFixed

java.lang.Object
  extended by org.kc7bfi.jflac.frame.Channel
      extended by org.kc7bfi.jflac.frame.ChannelFixed

public class ChannelFixed
extends Channel

Fixed FLAC subframe (channel).

Author:
kc7bfi

Field Summary
 
Fields inherited from class org.kc7bfi.jflac.frame.Channel
ENTROPY_CODING_METHOD_PARTITIONED_RICE, ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN, ENTROPY_CODING_METHOD_TYPE_LEN, header, wastedBits
 
Constructor Summary
ChannelFixed(BitInputStream is, Header header, ChannelData channelData, int bps, int wastedBits, int order)
          The constructor.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.kc7bfi.jflac.frame.Channel
getWastedBits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelFixed

public ChannelFixed(BitInputStream is,
                    Header header,
                    ChannelData channelData,
                    int bps,
                    int wastedBits,
                    int order)
             throws IOException
The constructor.

Parameters:
is - The InputBitStream
header - The FLAC Frame Header
channelData - The decoded channel data (output)
bps - The bits-per-second
wastedBits - The bits waisted in the frame
order - The predicate order
Throws:
IOException - Thrown if error reading from the InputBitStream
Method Detail

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2004-2011. All Rights Reserved.