Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.boxes.impl.MovieFragmentHeaderBox
Extends/Implements :
un.storage.media.mp4.boxes.FullBox
Subclasses : -
Variables : -
Functions :
MovieFragmentHeaderBox,
decode,
getSequenceNumber
public void
MovieFragmentHeaderBox ()
public void
decode (MP4InputStream in)
public long
getSequenceNumber ()
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