Simulcast Event Listener
interface SimulcastEventListener
Content copied to clipboard
Created by arv on 1/5/18.
Functions
on Player Error
Link copied to clipboard
Player has an error that prevents it from playing the stream
on Player State Changed
Link copied to clipboard
Triggered every time player state is changed
on Play Item Began Playback
Link copied to clipboard
This event will be triggered when next item begins playback. The previous item may still be playing if crossfading is enabled
on Progress Update
Link copied to clipboard
abstract fun onProgressUpdate(play: Play, elapsedTime: Float, duration: Float)
Content copied to clipboard
Triggered every 500ms for progress updates on current playing item