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

This box provides a compact marking of the random access points within the
stream. The table is arranged in strictly increasing order of sample number.
If the sync sample box is not present, every sample is a random access point.
author  Alexander Simm


Variables : -
Functions : SyncSampleBox, decode, getSampleNumbers



public void SyncSampleBox ()

public void decode (MP4InputStream in)


Gives the numbers of the samples for each entry that are random access
points in the stream.
return  a list of sample numbers
public long[] getSampleNumbers ()