"playbackRate"

Changes the playback rate by adding a multiplier.

Synopsis

float shape.playbackRate(float value)

Parameters

Parameter Description
value The multiplier value

Description

This value is a multiplier applied to the media's standard play rate.

  • By default, this value is 1.0, which means that the media is played at the standard pace.
  • Values higher than 1.0 will increase the rate of play.
  • Values less than zero can be set and indicate the media should rewind at the multiplier of the standard pace.

Not all playback services support change of the playback rate.

It is framework defined as to the status and quality of audio and video while fast forwarding or rewinding.

Assignment

VideoPlayer.ewo