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.
    • Constructor Detail

      • MovieBox

        public MovieBox()
    • Method Detail

      • 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