DebugTextViewHelper
public class DebugTextViewHelper
A helper class for periodically updating a TextView with debug information obtained from an ExoPlayer.
Summary
Public constructors |
|---|
DebugTextViewHelper(ExoPlayer player, TextView textView) |
Public methods |
|
|---|---|
final void |
start()Starts periodic updates of the |
final void |
stop()Stops periodic updates of the |
Protected methods |
|
|---|---|
String |
Returns a string containing audio debugging information. |
String |
Returns the debugging information string to be shown by the target |
String |
Returns a string containing player state debugging information. |
String |
Returns a string containing video debugging information. |
final void |
Public constructors
Public methods
Protected methods
getAudioString
@UnstableApi
protected String getAudioString()
Returns a string containing audio debugging information.
getDebugString
@UnstableApi
protected String getDebugString()
Returns the debugging information string to be shown by the target TextView.
getPlayerStateString
@UnstableApi
protected String getPlayerStateString()
Returns a string containing player state debugging information.
getVideoString
@UnstableApi
protected String getVideoString()
Returns a string containing video debugging information.