interface Dumper.Dumpable

Known direct subclasses
CapturingAudioSink

A ForwardingAudioSink that captures configuration, discontinuity and buffer events.

CapturingImageOutput

A ImageOutput that captures image availability events.

CapturingRenderersFactory

A RenderersFactory that captures interactions with the audio and video instances and ImageOutput instances.

DumpableFormat

Wraps a Format to allow dumping it.

DumpableMp4Box

Wraps an Mp4 box to allow dumping it.

FakeExtractorOutput

A fake ExtractorOutput.

FakeTrackOutput

A fake TrackOutput.

PlaybackOutput

Class to capture output from a playback test.


Provides custom dump method.

Summary

Public functions

Unit
dump(dumper: Dumper!)

Dumps the fields of the object using the dumper.

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.