Maven module :un.storage : media-aac :
Class : un.storage.media.aac.syntax.ICSInfo
Extends/Implements : un.storage.media.aac.syntax.ScaleFactorBands
Subclasses : -

author  Alexander Simm


Variables : WINDOW_SHAPE_SINE, WINDOW_SHAPE_KAISER, PREVIOUS, CURRENT, ltpData1Present, ltpData2Present
Functions : ICSInfo, decode, getMaxSFB, getSWBCount, getSWBOffsets, getSWBOffsetMax, getWindowCount, getWindowGroupCount, getWindowGroupLength, getWindowSequence, isEightShortFrame, getWindowShape, isICPredictionPresent, getICPrediction, isLTPrediction1Present, getLTPrediction1, isLTPrediction2Present, getLTPrediction2, unsetPredictionSFB, setData


public int WINDOW_SHAPE_SINE

public int WINDOW_SHAPE_KAISER

public int PREVIOUS

public int CURRENT

boolean ltpData1Present

boolean ltpData2Present


public void ICSInfo (int frameLength)


/* ========== decoding ========== */
public void decode (BitStream in, DecoderConfig conf, boolean commonWindow)


/* =========== gets ============ */
public int getMaxSFB ()

public int getSWBCount ()

public int[] getSWBOffsets ()

public int getSWBOffsetMax ()

public int getWindowCount ()

public int getWindowGroupCount ()

public int getWindowGroupLength (int g)

public WindowSequence getWindowSequence ()

public boolean isEightShortFrame ()

public int getWindowShape (int index)

public boolean isICPredictionPresent ()

public ICPrediction getICPrediction ()

public boolean isLTPrediction1Present ()

public LTPrediction getLTPrediction1 ()

public boolean isLTPrediction2Present ()

public LTPrediction getLTPrediction2 ()

public void unsetPredictionSFB (int sfb)

public void setData (ICSInfo info)