playbackSpeed

abstract var playbackSpeed: Float

The playback speed of the player. Slow motion can be achieved by setting the speed to values between 0.0 and 1.0, while fast forward is possible with values greater than 1.0. Values that are less than or equal to 0.0 are ignored.

Setting a new playback speed has no effect if there is no active playback session.

The default playback speed is 1.0.