public class FLAC_ConsoleFileEncoder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HELP
flag to display help
|
static java.lang.String |
MAX_BLOCK
flag to specify maximum block size.
|
static java.lang.String |
MAX_BLOCK_ERROR
Error message given for incorrect maximum block size specified
|
static java.lang.String |
MAX_LPC
flag to specify maximum LPC order to use.
|
static java.lang.String |
MAX_LPC_ERROR
Error message given for incorrect maximum LPC order given
|
static java.lang.String |
MIN_BLOCK
flag to specify minimum block size.
|
static java.lang.String |
MIN_BLOCK_ERROR
Error message given for incorrect minimum block size specified
|
static java.lang.String |
MIN_LPC
flag to specify minimum LPC order to use.
|
static java.lang.String |
MIN_LPC_ERROR
Error message given for incorrect minimum LPC order given
|
static java.lang.String |
SUBFRAME_TYPE
flag to specify subframe type to use.
|
static java.lang.String |
THREADS
flag to specify whether to use threads.
|
static java.lang.String |
THREADS_ERROR
Error message given for incorrect specification of Thread usage
|
static java.lang.String |
TYPE_EXHAUSTIVE
Exhaustive Subframe type identifier string(tells encoder to try each
subframe type and choose the smallest one
|
static java.lang.String |
TYPE_FIXED
Fixed Subframe type identifier string
|
static java.lang.String |
TYPE_LPC
LPC Subframe type identifier string
|
static java.lang.String |
TYPE_VERBATIM
Verbatime subframe type identifier string
|
Constructor and Description |
---|
FLAC_ConsoleFileEncoder(java.lang.String[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Run ConsoleFileEncoder with given arguments.
|
public static java.lang.String HELP
public static java.lang.String MIN_BLOCK
public static java.lang.String MAX_BLOCK
public static java.lang.String MIN_LPC
public static java.lang.String MAX_LPC
public static java.lang.String THREADS
public static java.lang.String SUBFRAME_TYPE
public static java.lang.String TYPE_LPC
public static java.lang.String TYPE_FIXED
public static java.lang.String TYPE_EXHAUSTIVE
public static java.lang.String TYPE_VERBATIM
public static final java.lang.String MIN_BLOCK_ERROR
public static final java.lang.String MAX_BLOCK_ERROR
public static final java.lang.String MIN_LPC_ERROR
public static final java.lang.String MAX_LPC_ERROR
public static final java.lang.String THREADS_ERROR