Class DumpableMp4Box

    • Constructor Detail

      • DumpableMp4Box

        public DumpableMp4Box​(ByteBuffer box)
        Creates an instance.
        Parameters:
        box - The Mp4 box to wrap.
    • Method Detail

      • dump

        public void dump​(Dumper dumper)
        Description copied from interface: Dumper.Dumpable
        Dumps the fields of the object using the dumper.
        Specified by:
        dump in interface Dumper.Dumpable
        Parameters:
        dumper - The Dumper to be used to dump fields.