- t_encodeSamples(int, boolean, int) - Method in class javaFlacEncoder.FLACEncoder
-
Attempt to Encode a certain number of samples(threaded version).
- THREADS - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
-
flag to specify whether to use threads.
- THREADS_ERROR - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
-
Error message given for incorrect specification of Thread usage
- totalTime - Static variable in class javaFlacEncoder.Subframe_LPC
-
- type - Static variable in class javaFlacEncoder.Subframe_Constant
-
Subframe type supported by this implementation.
- type - Static variable in class javaFlacEncoder.Subframe_Fixed
-
Subframe type supported by this implementation.
- type - Static variable in class javaFlacEncoder.Subframe_LPC
-
Subframe type implemented by this subframe.
- type - Static variable in class javaFlacEncoder.Subframe_Verbatim
-
Subframe type supported by this implementation.
- TYPE_EXHAUSTIVE - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
-
Exhaustive Subframe type identifier string(tells encoder to try each
subframe type and choose the smallest one
- TYPE_FIXED - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
-
Fixed Subframe type identifier string
- TYPE_LPC - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
-
LPC Subframe type identifier string
- TYPE_VERBATIM - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
-
Verbatime subframe type identifier string