public static interface DebugTextViewHelper.Provider
Modifier and Type | Method and Description |
---|---|
BandwidthMeter |
getBandwidthMeter()
Returns a
BandwidthMeter whose estimate should be displayed, or null. |
CodecCounters |
getCodecCounters()
Returns a
CodecCounters whose information should be displayed, or null. |
long |
getCurrentPosition()
Returns the current playback position, in milliseconds.
|
Format |
getFormat()
Returns a format whose information should be displayed, or null.
|
long getCurrentPosition()
Format getFormat()
BandwidthMeter getBandwidthMeter()
BandwidthMeter
whose estimate should be displayed, or null.CodecCounters getCodecCounters()
CodecCounters
whose information should be displayed, or null.