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