teardownRenderer

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

This method is called once the renderer of the Playback becomes unavailable to it. Client should use this callback to clean up any manual controller mechanism set before. Note that the library also does some cleanup by itself to ensure the sanity of the renderer.

See also