public class ChannelConstant extends Channel
ENTROPY_CODING_METHOD_PARTITIONED_RICE, ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN, ENTROPY_CODING_METHOD_PARTITIONED_RICE2, ENTROPY_CODING_METHOD_TYPE_LEN, header, wastedBits| Constructor and Description |
|---|
ChannelConstant(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
toString conversion.
|
getWastedBitspublic ChannelConstant(BitInputStream is, Header header, ChannelData channelData, int bps, int wastedBits) throws IOException
is - The InputBitStreamheader - The FLAC Frame HeaderchannelData - The decoded channel data (output)bps - The bits-per-secondwastedBits - The bits waisted in the frameIOException - Thrown if error reading from the InputBitStreampublic String toString()
toString in class ObjectObject.toString()Copyright © 2004–2017. All rights reserved.