@UnstableApi
class DumpableMp4Box : Dumper.Dumpable


Wraps an Mp4 box to allow dumping it.

Summary

Public constructors

* Creates an instance.

Public functions

Unit
dump(dumper: Dumper!)

Dumps the fields of the object using the dumper.

Public constructors

DumpableMp4Box

DumpableMp4Box(box: ByteBuffer!)

* Creates an instance.

Parameters
box: ByteBuffer!

The Mp4 box to wrap.

Public functions

dump

fun dump(dumper: Dumper!): Unit

Dumps the fields of the object using the dumper.

Parameters
dumper: Dumper!

The Dumper to be used to dump fields.