Class DumpableMp4Box
- java.lang.Object
-
- com.google.android.exoplayer2.testutil.DumpableMp4Box
-
- All Implemented Interfaces:
Dumper.Dumpable
public final class DumpableMp4Box extends Object implements Dumper.Dumpable
Wraps an Mp4 box to allow dumping it.
-
-
Constructor Summary
Constructors Constructor Description DumpableMp4Box(ByteBuffer box)
Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(Dumper dumper)
Dumps the fields of the object using thedumper
.
-
-
-
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 thedumper
.- Specified by:
dump
in interfaceDumper.Dumpable
- Parameters:
dumper
- TheDumper
to be used to dump fields.
-
-