|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EncodingConfiguration.SubframeType in javaFlacEncoder |
---|
Fields in javaFlacEncoder declared as EncodingConfiguration.SubframeType | |
---|---|
static EncodingConfiguration.SubframeType |
EncodingConfiguration.DEFAULT_SUBFRAME_TYPE
Default subframe type to use |
static EncodingConfiguration.SubframeType |
Subframe_Constant.type
Subframe type supported by this implementation. |
static EncodingConfiguration.SubframeType |
Subframe_Fixed.type
Subframe type supported by this implementation. |
static EncodingConfiguration.SubframeType |
Subframe_LPC.type
Subframe type implemented by this subframe. |
static EncodingConfiguration.SubframeType |
Subframe_Verbatim.type
Subframe type supported by this implementation. |
Methods in javaFlacEncoder that return EncodingConfiguration.SubframeType | |
---|---|
EncodingConfiguration.SubframeType |
EncodingConfiguration.getSubframeType()
Get the current subframe type |
static EncodingConfiguration.SubframeType |
EncodingConfiguration.SubframeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EncodingConfiguration.SubframeType[] |
EncodingConfiguration.SubframeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in javaFlacEncoder with parameters of type EncodingConfiguration.SubframeType | |
---|---|
void |
EncodingConfiguration.setSubframeType(EncodingConfiguration.SubframeType type)
Set the subframe type to use. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |