Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.boxes.impl.SampleGroupDescriptionBox
Extends/Implements :
un.storage.media.mp4.boxes.FullBox
Subclasses : -
Variables : -
Functions :
SampleGroupDescriptionBox,
decode,
getGroupingType,
getDefaultLength,
getDescriptionLength
public void
SampleGroupDescriptionBox ()
public void
decode (MP4InputStream in)
public long
getGroupingType ()
public long
getDefaultLength ()
public long
getDescriptionLength ()
groups. The descriptive information is any other information needed to define
or characterize the sample group.
There may be multiple instances of this box if there is more than one sample
grouping for the samples in a track. Each instance of the
SampleGroupDescriptionBox has a type code that distinguishes different sample
groupings. Within a track, there shall be at most one instance of this box
with a particular grouping type. The associated SampleToGroupBox shall
indicate the same value for the grouping type.
The information is stored in the sample group description box after the
entry-count. An abstract entry type is defined and sample groupings shall
define derived types to represent the description of each sample group. For
video tracks, an abstract VisualSampleGroupEntry is used with similar types
for audio and hint tracks.
author in-somnia