TVSDK dispatches quality of service (QoS) events to notify your application about events that could influence the computation of QoS statistics, such as buffering or seeking.
To be notified about all QoS-related events, register event listeners with the MediaPlayer
object for the following events:
Event | Meaning |
---|---|
BufferEvent.BUFFERING_END | Buffering is complete. |
BufferEvent.BUFFERING_BEGIN | Buffering has started. |
SeekEvent.SEEK_COMPLETED | Seeking is complete. |
SeekEvent.SEEK_BEGIN | Seeking is starting. |
SeekEvent.SEEK_POSITION_ADJUSTED | TVSDK changed the seek position as a result of current advertising policies. |