| Interface | Description |
|---|---|
| AudioSpectrumListener | |
| BufferListener |
BufferListener is listener for all kinds of buffering events.
|
| MarkerListener |
The listener interface for receiving notifications when a marker has been
encountered in the media stream.
|
| MediaErrorListener |
An interface used to receive notifications of errors, encountered while
processing media.
|
| MetadataListener |
The listener interface for receiving notifications when a metadata has been
encountered in the media stream.
|
| PlayerStateListener |
Notifications related to playing media are sent to PlayerStateListener.
|
| PlayerTimeListener |
Notifications of updates to time-related playback parameters are sent here.
|
| VideoFrameRateListener |
A listener interface for monitoring the video frame rate.
|
| VideoRendererListener |
The listener interface for receiving video renderer events.
|
| VideoTrackSizeListener |
The listener interface for receiving notifications that the video frame
dimensions have changed.
|
| Class | Description |
|---|---|
| AudioSpectrumEvent | |
| BufferProgressEvent |
Event class for buffering progress notification.
|
| MarkerEvent |
The MarkerEvent is returned on marker notifications to a PlayerStateListener.
|
| NewFrameEvent |
Event indicating that a new video frame has been decoded.
|
| PlayerEvent |
Marker class for all events emitted by a media player.
|
| PlayerStateEvent |
An event indicating a change in the state of a media player.
|
| Enum | Description |
|---|---|
| PlayerStateEvent.PlayerState |