RendererCallback
A callback that is called when a video renderer is started or failed to start.
Methods
onStarted
fun onStarted(): Unit
Called when a video renderer is started successfully.
This method guarantees to be called once.
Returns
type:
Unit