Properties
Private
Optional
activeClip
activeClip?: {
path: string;
playId: string;
}
Type declaration
path: string
playId: string
Private
eventTarget
eventTarget: EventTarget = ...
Private
globalVolume
globalVolume: number = 1
Private
parentElement
parentElement: HTMLElement
Private
Optional
pendingClip
pendingClip?: {
actionOncePlaying: "pause" | "play" | "stop";
path: string;
playId: string;
}
Type declaration
actionOncePlaying: "pause" | "play" | "stop"
path: string
playId: string
Private
sinkId
sinkId: string = ''
Private
videoClipPlayers
videoClipPlayers: {
[path: string]: InternalClipPlayer;
} = {}
Type declaration
[path: string]: InternalClipPlayer