Back to Exoplayer

Dumper.Dumpable (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/testutil/Dumper.Dumpable.html

latest1.0 KB
Original Source

Package com.google.android.exoplayer2.testutil

Interface Dumper.Dumpable

  • All Known Implementing Classes:CapturingAudioSink, CapturingRenderersFactory, DumpableFormat, DumpableMp4Box, FakeExtractorOutput, FakeTrackOutput, PlaybackOutputEnclosing class:Dumper

public static interfaceDumper.Dumpable

Provides custom dump method.

Method Summary

All Methods Instance Methods Abstract Methods | Modifier and Type | Method | Description | | --- | --- | --- | | void | dump​(Dumper dumper) | Dumps the fields of the object using the dumper. |

Method Detail

- 

dump

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

Dumps the fields of the object using the dumper. Parameters:dumper - The Dumper to be used to dump fields.