Class MovieBox

All Implemented Interfaces:
Box, Container, ParsableBox

public class MovieBox extends AbstractContainerBox

4cc = "moov"

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.
  • Field Details

  • Constructor Details

    • MovieBox

      public MovieBox()
  • Method Details

    • 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()