|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javaFlacEncoder.FLAC_ConsoleFileEncoder
public class FLAC_ConsoleFileEncoder
FLAC_ConsoleFileEncoder is the command line interface to this FLAC encoder. It accepts several flags and parameters to alter the encoding configuration.
Field Summary | |
---|---|
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 Summary | |
---|---|
FLAC_ConsoleFileEncoder(java.lang.String[] args)
Constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run ConsoleFileEncoder with given arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public FLAC_ConsoleFileEncoder(java.lang.String[] args)
args
- Encoding arguments to use.Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Arguments for encoding.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |