protected class ExoVideoDelegate.InternalListeners extends java.lang.Object implements MetadataListener, OnBufferUpdateListener
| Modifier | Constructor and Description |
|---|---|
protected |
InternalListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBufferingUpdate(int percent)
Called to update status in buffering a media stream.
|
void |
onMetadata(Metadata metadata)
Called each time there is a metadata associated with current playback time.
|
public void onMetadata(Metadata metadata)
MetadataListeneronMetadata in interface MetadataListenermetadata - The metadata.public void onBufferingUpdate(int percent)
OnBufferUpdateListeneronBufferingUpdate in interface OnBufferUpdateListenerpercent - The integer percent that is buffered [0, 100] inclusive