public abstract class Channel extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
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
protected Channel(Header header, int wastedBits)
header - The FLAC Frame HeaderwastedBits - The number of waisted bits in the frameCopyright © 2014. All rights reserved.