Class MpegSectionInfo

  • Direct Known Subclasses:
    MpegVersionedSectionInfo

    public class MpegSectionInfo
    extends java.lang.Object
    Information for one MP4 section (aka box)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long length
      Length of the section
      long offset
      Absolute offset of the section
      java.lang.String type
      Type (fourCC) of the section
    • Constructor Summary

      Constructors 
      Constructor Description
      MpegSectionInfo​(long offset, long length, java.lang.String type)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offset

        public final long offset
        Absolute offset of the section
      • length

        public final long length
        Length of the section
      • type

        public final java.lang.String type
        Type (fourCC) of the section
    • Constructor Detail

      • MpegSectionInfo

        public MpegSectionInfo​(long offset,
                               long length,
                               java.lang.String type)
        Parameters:
        offset - Absolute offset of the section
        length - Length of the section
        type - Type (fourCC) of the section