Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeShiftEvent

Event to signal a timeshift event

Hierarchy

Index

Properties

Optional issuer

issuer: string

The issuer of this event, as passed into the according API method. 'api' by default if no issuer was specified.

see

PlayerAPI.play

see

PlayerAPI.pause

see

PlayerAPI.seek

see

PlayerAPI.timeShift

see

PlayerAPI.setVolume

see

PlayerAPI.mute

see

PlayerAPI.unmute

position

position: number

The position from which we start the timeshift (currentTime before the timeshift)

target

target: number

The position to which we want to jump for the timeshift ( currentTime after timeshift has completed)

timestamp

timestamp: number

The time at which this event was fired

type

type: Event

Event type, e.g. 'onPlay'

Generated using TypeDoc