|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kc7bfi.jflac.frame.Channel
public abstract class Channel
Base class for FLAC subframe (channel) classes.
Field Summary | |
---|---|
static int |
ENTROPY_CODING_METHOD_PARTITIONED_RICE
Partisioned Rice Encoding Method. |
static int |
ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN
The size of the Rice Order field (in bits). |
static int |
ENTROPY_CODING_METHOD_TYPE_LEN
The size of the encoding method field (in bits). |
protected Header |
header
The FLAC Frame Header. |
protected int |
wastedBits
The number of waisted bits in the frame. |
Constructor Summary | |
---|---|
protected |
Channel(Header header,
int wastedBits)
The constructor. |
Method Summary | |
---|---|
int |
getWastedBits()
Return he number of waisted bits in the frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ENTROPY_CODING_METHOD_PARTITIONED_RICE
public static final int ENTROPY_CODING_METHOD_TYPE_LEN
public static final int ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN
protected Header header
protected int wastedBits
Constructor Detail |
---|
protected Channel(Header header, int wastedBits)
header
- The FLAC Frame HeaderwastedBits
- The number of waisted bits in the frameMethod Detail |
---|
public int getWastedBits()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |