registerOnSpeedChange

abstract fun registerOnSpeedChange(audioHash: Int, onSpeedChange: (Float) -> Unit)

Subscribing for speed changes for the audio of the hash.

Parameters

audioHash

the identifier of the audio track

onSpeedChange

The listener of the speed change.