Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface PlaybackSpeedChangedEvent

    Emitted when the player transitions from one playback speed to another.

    Platform: iOS, tvOS

    interface PlaybackSpeedChangedEvent {
        from: number;
        name: string;
        timestamp: number;
        to: number;
    }

    Hierarchy (View Summary)

    • Event
      • PlaybackSpeedChangedEvent
    Index

    Properties

    Properties

    from: number

    The playback speed before the change happened.

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.

    to: number

    The playback speed after the change happened.