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

The movie fragment header contains a sequence number, as a safety check. The
sequence number usually starts at 1 and must increase for each movie fragment
in the file, in the order in which they occur. This allows readers to verify
integrity of the sequence; it is an error to construct a file where the
fragments are out of sequence.
author  Alexander Simm


Variables : -
Functions : MovieFragmentHeaderBox, decode, getSequenceNumber



public void MovieFragmentHeaderBox ()

public void decode (MP4InputStream in)


The ordinal number of this fragment, in increasing order.
public long getSequenceNumber ()