Class MpegVersionedSectionInfo


  • public class MpegVersionedSectionInfo
    extends MpegSectionInfo
    Information for one MP4 section (aka box) including version and flags
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int flags
      Flags of the section
      int version
      Version of the section
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • version

        public final int version
        Version of the section
      • flags

        public final int flags
        Flags of the section
    • Constructor Detail

      • MpegVersionedSectionInfo

        public MpegVersionedSectionInfo​(MpegSectionInfo sectionInfo,
                                        int version,
                                        int flags)
        Parameters:
        sectionInfo - Basic info for the section
        version - Version of the section
        flags - Flags of the section