public 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 methods

abstract void
dump(Dumper dumper)

Dumps the fields of the object using the dumper.

Public methods

dump

abstract void dump(Dumper dumper)

Dumps the fields of the object using the dumper.

Parameters
Dumper dumper

The Dumper to be used to dump fields.