public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANNEL_ASSIGNMENT_INDEPENDENT
independent channels.
|
static int |
CHANNEL_ASSIGNMENT_LEFT_SIDE
left+side stereo.
|
static int |
CHANNEL_ASSIGNMENT_MID_SIDE
mid+side stereo.
|
static int |
CHANNEL_ASSIGNMENT_RIGHT_SIDE
right+side stereo.
|
static int |
MAX_BLOCK_SIZE
The maximum frame block size.
|
static int |
MAX_CHANNELS
The maximum number of audio channels.
|
static int |
MAX_RICE_PARTITION_ORDER
The maximum Rice partition order permitted by the format.
|
static byte[] |
STREAM_SYNC_STRING
FLAC Stream Sync string.
|
| Constructor and Description |
|---|
Constants() |
public static final int MAX_CHANNELS
public static final int MAX_BLOCK_SIZE
public static final int MAX_RICE_PARTITION_ORDER
public static final int CHANNEL_ASSIGNMENT_INDEPENDENT
public static final int CHANNEL_ASSIGNMENT_LEFT_SIDE
public static final int CHANNEL_ASSIGNMENT_RIGHT_SIDE
public static final int CHANNEL_ASSIGNMENT_MID_SIDE
public static final byte[] STREAM_SYNC_STRING
Copyright © 2004–2017. All rights reserved.