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

This description table gives information about the characteristics of sample
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


Variables : -
Functions : SampleGroupDescriptionBox, decode, getGroupingType, getDefaultLength, getDescriptionLength



public void SampleGroupDescriptionBox ()

public void decode (MP4InputStream in)


The grouping type is an integer that identifies the SampleToGroup box
that is associated with this sample group description.
public long getGroupingType ()


The default length indicates the length of every group entry (if the
length is constant), or zero (0) if it is variable.
public long getDefaultLength ()


The description length indicates the length of an individual group entry,
in the case it varies from entry to entry and default length is therefore 0.
public long getDescriptionLength ()