Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CutChangedEvent

Hierarchy

  • CutChangedEvent

Implements

  • any

Index

Constructors

constructor

  • new CutChangedEvent(newCut: Cut, currentVideo: HTMLVideoElement, previousVideo?: HTMLVideoElement): CutChangedEvent
  • Parameters

    • newCut: Cut
    • currentVideo: HTMLVideoElement
    • Optional previousVideo: HTMLVideoElement

    Returns CutChangedEvent

Properties

currentVideo

currentVideo: HTMLVideoElement

newCut

newCut: Cut

Optional previousVideo

previousVideo: HTMLVideoElement

type

type: CutlistPlayerEventName = CutlistPlayerEventName.CutChange