| Package | Description |
|---|---|
| net.sourceforge.jaad.aac | |
| net.sourceforge.jaad.aac.syntax | |
| net.sourceforge.jaad.aac.tools |
| Modifier and Type | Method and Description |
|---|---|
static Profile |
Profile.forInt(int i)
Returns a profile instance for the given index.
|
Profile |
DecoderConfig.getExtObjectType() |
Profile |
DecoderConfig.getProfile() |
static Profile |
Profile.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Profile[] |
Profile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Decoder.canDecode(Profile profile)
The methods returns true, if a profile is supported by the decoder.
|
void |
DecoderConfig.setExtObjectType(Profile extObjectType) |
void |
DecoderConfig.setProfile(Profile profile) |
| Modifier and Type | Method and Description |
|---|---|
Profile |
PCE.getProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
LTPrediction.decode(BitStream in,
ICSInfo info,
Profile profile) |
static boolean |
LTPrediction.isLTPProfile(Profile profile) |
void |
LTPrediction.updateState(float[] time,
float[] overlap,
Profile profile) |