BYTE_MASK, ELEMENT_CCE, ELEMENT_CPE, ELEMENT_DSE, ELEMENT_END, ELEMENT_FIL, ELEMENT_LFE, ELEMENT_PCE, ELEMENT_SCE, LOGGER, MAX_ELEMENTS, MAX_LTP_SFB, MAX_MS_MASK, MAX_SECTIONS, MAX_WINDOW_COUNT, MAX_WINDOW_GROUP_COUNT, MIN_INPUT_SIZE, SQRT2, WINDOW_LEN_LONG, WINDOW_LEN_SHORT, WINDOW_SMALL_LEN_LONG, WINDOW_SMALL_LEN_SHORT
Modifier and Type | Method and Description |
---|---|
ChannelConfiguration |
getChannelConfiguration() |
int |
getCoreCoderDelay() |
Profile |
getExtObjectType() |
int |
getFrameLength() |
Profile |
getProfile() |
SampleFrequency |
getSampleFrequency() |
boolean |
isDependsOnCoreCoder() |
boolean |
isSBRDownSampled() |
boolean |
isSBREnabled() |
boolean |
isSBRPresent() |
boolean |
isScalefactorResilienceUsed() |
boolean |
isSectionDataResilienceUsed() |
boolean |
isSmallFrameUsed() |
boolean |
isSpectralDataResilienceUsed() |
void |
setChannelConfiguration(ChannelConfiguration channelConfiguration) |
void |
setCoreCoderDelay(int coreCoderDelay) |
void |
setDependsOnCoreCoder(boolean dependsOnCoreCoder) |
void |
setExtObjectType(Profile extObjectType) |
void |
setProfile(Profile profile) |
void |
setSampleFrequency(SampleFrequency sampleFrequency) |
void |
setSBREnabled(boolean enabled) |
void |
setSmallFrameUsed(boolean shortFrame) |
public ChannelConfiguration getChannelConfiguration()
public void setChannelConfiguration(ChannelConfiguration channelConfiguration)
public int getCoreCoderDelay()
public void setCoreCoderDelay(int coreCoderDelay)
public boolean isDependsOnCoreCoder()
public void setDependsOnCoreCoder(boolean dependsOnCoreCoder)
public Profile getExtObjectType()
public void setExtObjectType(Profile extObjectType)
public int getFrameLength()
public boolean isSmallFrameUsed()
public void setSmallFrameUsed(boolean shortFrame)
public Profile getProfile()
public void setProfile(Profile profile)
public SampleFrequency getSampleFrequency()
public void setSampleFrequency(SampleFrequency sampleFrequency)
public boolean isSBRPresent()
public boolean isSBRDownSampled()
public boolean isSBREnabled()
public void setSBREnabled(boolean enabled)
public boolean isScalefactorResilienceUsed()
public boolean isSectionDataResilienceUsed()
public boolean isSpectralDataResilienceUsed()