SourceMonitor

Since: 25.6

Static Methods

closeAllClips

Close all clips on Source Monitor

Since: 25.6

Returns: Promise<boolean>

closeClip

Close clip on Source Monitor

Since: 25.6

Returns: Promise<boolean>

getPosition

Get position of source monitor in time

Since: 25.6

Returns: Promise<TickTime>

getProjectItem

Get projectItem at source monitor

Since: 25.6

Returns: Promise<ProjectItem>

openFilePath

Open the item at the specified path and send to the Source Monitor for preview

Since: 25.6

Returns: Promise<boolean>

Parameters

Name
Type
Description
filePath
string
-

openProjectItem

Open input projectItem on Source Monitor

Since: 25.6

Returns: Promise<boolean>

Parameters

Name
Type
Description
projectItem
ProjectItem
-

play

Play clip at source monitor with input speed

Since: 25.6

Returns: Promise<boolean>

Parameters

Name
Type
Description
speed
number
-

setPosition

Set position of source monitor to the given TickTime

Since: 26.3

Returns: Promise<boolean>

Parameters

Name
Type
Description
position
TickTime
-