Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EncodingConfiguration.setSubframeType(EncodingConfiguration.SubframeType type)
Set the subframe type to use.
|