setupRenderer

open fun setupRenderer(playback: Playback, renderer: Any?)

This method is called once the renderer of the Playback becomes available. Client should use this callback to setup the manual controller mechanism for the renderer. For example: provide a user interface for controlling the playback.

See also