Back to Exoplayer

DumpableMp4Box (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/testutil/DumpableMp4Box.html

latest2.0 KB
Original Source

Package com.google.android.exoplayer2.testutil

Class DumpableMp4Box

  • java.lang.Object

    • com.google.android.exoplayer2.testutil.DumpableMp4Box
  • All Implemented Interfaces:Dumper.Dumpable


public final classDumpableMp4Boxextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Dumper.Dumpable](Dumper.Dumpable.html "interface in com.google.android.exoplayer2.testutil")

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 the dumper. |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

- 

DumpableMp4Box

public DumpableMp4Box​([ByteBuffer](https://developer.android.com/reference/java/nio/ByteBuffer.html "class or interface in java.nio")box)

Creates an instance. Parameters:box - The Mp4 box to wrap.

Method Detail

- 

dump

public void dump​([Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")dumper)

Description copied from interface: Dumper.Dumpable

Dumps the fields of the object using the dumper. Specified by:dump in interface Dumper.DumpableParameters:dumper - The Dumper to be used to dump fields.