Modifier and Type | Method and Description |
---|---|
FLAC_FileEncoder.Status |
FLAC_FileEncoder.encode(java.io.File inputFile,
java.io.File outputFile)
Encode the given input wav file to an output file.
|
static FLAC_FileEncoder.Status |
FLAC_FileEncoder.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FLAC_FileEncoder.Status[] |
FLAC_FileEncoder.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|