RateChangeEvent

@objc(THEOplayerRateChangeEvent)
public class RateChangeEvent : CurrentTimeEvent

Fired when PlayerEventTypes.RATE_CHANGE occurs for the THEOplayer.

Remark

  • The effective playback rate changes, which is the speed at which the media resource plays, as a multiple of its intrinsic speed.
  • The new rate of playback of the player.

    Declaration

    Swift

    @objc
    public private(set) var playbackRate: Double { get }