@UnstableApi
public final class DumpableMp4Box implements Dumper.Dumpable


Wraps an Mp4 box to allow dumping it.

Summary

Public constructors

* Creates an instance.

Public methods

void
dump(Dumper dumper)

Dumps the fields of the object using the dumper.

Public constructors

DumpableMp4Box

public DumpableMp4Box(ByteBuffer box)

* Creates an instance.

Parameters
ByteBuffer box

The Mp4 box to wrap.

Public methods

dump

public void dump(Dumper dumper)

Dumps the fields of the object using the dumper.

Parameters
Dumper dumper

The Dumper to be used to dump fields.