Class MovieFragmentBox
java.lang.Object
org.mp4parser.BasicContainer
org.mp4parser.support.AbstractContainerBox
org.mp4parser.boxes.iso14496.part12.MovieFragmentBox
- All Implemented Interfaces:
Box,Container,ParsableBox
4cc = ""moof""
aligned(8) class MovieFragmentBox extends Box(moof){ }-
Field Summary
FieldsFields inherited from class org.mp4parser.support.AbstractContainerBox
largeBox, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlong[]Returns the track numbers associated with thisMovieBox.Methods inherited from class org.mp4parser.support.AbstractContainerBox
getBox, getHeader, getSize, getType, parse, setParentMethods inherited from class org.mp4parser.BasicContainer
addBox, getBoxes, getBoxes, getBoxes, getContainerSize, initContainer, setBoxes, toString, writeContainer
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
MovieFragmentBox
public MovieFragmentBox()
-
-
Method Details
-
getSyncSamples
-
getTrackCount
public int getTrackCount() -
getTrackNumbers
public long[] getTrackNumbers()Returns the track numbers associated with thisMovieBox.- Returns:
- the tracknumbers (IDs) of the tracks in their order of appearance in the file
-
getTrackFragmentHeaderBoxes
-
getTrackRunBoxes
-