Maven module :un.storage : media-aac :
Class : un.storage.media.aac.DecoderConfig
Extends/Implements : -
Subclasses : -

DecoderConfig that must be passed to the
Decoder constructor. Typically it is created via one of the
static parsing methods.

@author Alexander Simm


Variables : -
Functions : getChannelConfiguration, setChannelConfiguration, getCoreCoderDelay, setCoreCoderDelay, isDependsOnCoreCoder, setDependsOnCoreCoder, getExtObjectType, setExtObjectType, getFrameLength, isSmallFrameUsed, setSmallFrameUsed, getProfile, setProfile, getSampleFrequency, setSampleFrequency, isSBRPresent, isSBRDownSampled, isSBREnabled, setSBREnabled, isScalefactorResilienceUsed, isSectionDataResilienceUsed, isSpectralDataResilienceUsed, parseMP4DecoderSpecificInfo




/* ========== gets/sets ========== */
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 ()


Parses the input arrays as a DecoderSpecificInfo, as used in MP4
containers.
return  a DecoderConfig
DecoderConfig parseMP4DecoderSpecificInfo (byte[] data)