public class MovieBox extends Box
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.
bytetoTypeMap| Constructor and Description |
|---|
MovieBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
MovieHeaderBox |
getMovieHeaderBox() |
List<TrackBox> |
getTrackBoxes() |
protected int |
load(DataInputStream in)
Loads Box from stream.
|
protected int load(DataInputStream in) throws IOException
Boxload in class Boxin - the stream to load box fromIOException - if some I/O error occured.public MovieHeaderBox getMovieHeaderBox()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.