com.coremedia.iso.boxes
Class MovieBox
java.lang.Object
com.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.AbstractContainerBox
com.coremedia.iso.boxes.MovieBox
- All Implemented Interfaces:
- Box, ContainerBox
public class MovieBox
- extends AbstractContainerBox
The metadata for a presentation is stored in the single Movie Box which occurs at the top-level of a file.
Normally this box is close to the beginning or end of the file, though this is not required.
Methods inherited from class com.coremedia.iso.boxes.AbstractContainerBox |
_parseDetails, addBox, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, parse, parseChildBoxes, removeBox, setBoxes, toString, writeChildBoxes |
Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parseDetails, setDeadBytes, setParent, setUserType |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
MovieBox
public MovieBox()
getTrackCount
public int getTrackCount()
getTrackNumbers
public long[] getTrackNumbers()
- Returns the track numbers associated with this
MovieBox
.
- Returns:
- the tracknumbers (IDs) of the tracks in their order of appearance in the file
getMovieHeaderBox
public MovieHeaderBox getMovieHeaderBox()
Copyright © 2012. All Rights Reserved.