Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.boxes.impl.SubSampleInformationBox
Extends/Implements :
un.storage.media.mp4.boxes.FullBox
Subclasses : -
Variables : -
Functions :
SubSampleInformationBox,
decode,
getSampleDelta,
getSubsampleSize,
getSubsamplePriority,
getDiscardable
public void
SubSampleInformationBox ()
public void
decode (MP4InputStream in)
public long[]
getSampleDelta ()
public long[][]
getSubsampleSize ()
public int[][]
getSubsamplePriority ()
public boolean[][]
getDiscardable ()
A sub-sample is a contiguous range of bytes of a sample. The specific
definition of a sub-sample shall be supplied for a given coding system (e.g.
for ISO/IEC 14496-10, Advanced Video Coding). In the absence of such a
specific definition, this box shall not be applied to samples using that
coding system.
The table is sparsely coded; the table identifies which samples have
sub-sample structure by recording the difference in sample-number between
each entry. The first entry in the table records the sample number of the
first sample having sub-sample information.
author Alexander Simm