Package | Description |
---|---|
net.sourceforge.jaad.aac | |
net.sourceforge.jaad.aac.syntax |
Modifier and Type | Field and Description |
---|---|
static Profile |
Profile.AAC_LC |
static Profile |
Profile.AAC_LD |
static Profile |
Profile.AAC_LTP |
static Profile |
Profile.AAC_MAIN |
static Profile |
Profile.AAC_SBR |
static Profile |
Profile.AAC_SCALABLE |
static Profile |
Profile.AAC_SSR |
static Profile |
Profile.ER_AAC_LC |
static Profile |
Profile.ER_AAC_LD |
static Profile |
Profile.ER_AAC_LTP |
static Profile |
Profile.ER_AAC_SCALABLE |
static Profile |
Profile.ER_AAC_SSR |
static Profile |
Profile.ER_BSAC |
static Profile |
Profile.ER_TWIN_VQ |
static Profile |
Profile.TWIN_VQ |
static Profile |
Profile.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Profile |
Profile.forInt(int i)
Returns a profile instance for the given index.
|
Profile |
AACDecoderConfig.getExtObjectType() |
Profile |
AACDecoderConfig.getProfile() |
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 |
AACDecoderConfig.setExtObjectType(Profile extObjectType) |
void |
AACDecoderConfig.setProfile(Profile profile) |
Modifier and Type | Method and Description |
---|---|
Profile |
PCE.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
ICSInfo.LTPrediction.decode(IBitStream _in,
ICSInfo info,
Profile profile) |
static boolean |
ICSInfo.LTPrediction.isLTPProfile(Profile profile) |
void |
ICSInfo.LTPrediction.updateState(float[] time,
float[] overlap,
Profile profile) |
Copyright © 2019. All rights reserved.