Private
_commandProtected
_devicePrivate
_doPrivate
_doPrivate
Optional
_initProtected
_isProtected
_reportPrivate
Optional
_vizMSEPrivate
_vizMSEConnectedPrivate
Optional
_vizmsePrivate
_addPrivate
_contentPrivate
_defaultPrivate
_diffPrivate
_doRest
...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]Optional
context: anyProtected
cleanProtected
clearTakes a timeline state and returns a VizMSE State that will work with the state lib.
The timeline state to generate from.
Calls each of the listeners registered for a given event.
Rest
...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]Protected
emitProtected
emitProtected
getProtected
getProtected
handleGenerates an array of VizMSE commands by comparing the newState against the oldState, or the current device state.
Optional
activeRundownPlaylistId: stringReturn the listeners registered for a given event.
Optional
fn: ((...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]) => void)Rest
...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]Optional
context: anyOptional
once: booleanAdd a listener for a given event.
Rest
...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]Optional
context: anyProtected
onTo be called by children first in .handleState
Add a one-time listener for a given event.
Rest
...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]Optional
context: anyRemove all listeners, or those of the specified event.
Optional
event: keyof DeviceEventsRemove the listeners of a given event.
Optional
fn: ((...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]) => void)Rest
...args: ArgumentMap<DeviceEvents>[Extract<T, keyof DeviceEvents>]Optional
context: anyOptional
once: booleanProtected
setGenerated using TypeDoc
This class is used to interface with a vizRT Media Sequence Editor, through the v-connection library. It features playing both "internal" graphics element and vizPilot elements.