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_PARTITIONED_RICE2 |
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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Channel(Header header,
int wastedBits)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getWastedBits()
Return he number of waisted bits in the frame.
|
public static final int ENTROPY_CODING_METHOD_PARTITIONED_RICE
public static final int ENTROPY_CODING_METHOD_PARTITIONED_RICE2
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 © 2004–2017. All rights reserved.