org.kc7bfi.jflac.frame
Class ChannelConstant
java.lang.Object
org.kc7bfi.jflac.frame.Channel
org.kc7bfi.jflac.frame.ChannelConstant
public class ChannelConstant
- extends Channel
FLAC Constant Subframe (Channel) data.
This class represents a FLAC subframe (channel) for a Constant data
- Author:
- kc7bfi
ChannelConstant
public ChannelConstant(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits)
throws IOException
- The constructor.
- Parameters:
is
- The InputBitStreamheader
- The FLAC Frame HeaderchannelData
- The decoded channel data (output)bps
- The bits-per-secondwastedBits
- The bits waisted in the frame
- Throws:
IOException
- Thrown if error reading from the InputBitStream
toString
public String toString()
- toString conversion.
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2004-2011. All Rights Reserved.