Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.fd.FECReservoirBox
Extends/Implements : un.storage.media.mp4.boxes.FullBox
Subclasses : -

The FEC reservoir box associates the source file identified in the file
partition box with FEC reservoirs stored as additional items. It contains a
list that starts with the first FEC reservoir associated with the first
source block of the source file and continues sequentially through the source
blocks of the source file.
author  Alexander Simm


Variables : -
Functions : FECReservoirBox, decode, getItemIDs, getSymbolCounts



public void FECReservoirBox ()

public void decode (MP4InputStream in)


The item ID indicates the location of the FEC reservoir associated with a
source block.
return  all item IDs
public int[] getItemIDs ()


The symbol count indicates the number of repair symbols contained in the
FEC reservoir.
return  all symbol counts
public long[] getSymbolCounts ()