Hierarchy

Properties

audioFilter?: string
channelLayout?: string

Audio channel layout (example 'stereo')

deviceType: CASPARCG
file: string

Path to the file to be played (example: 'AMB')

inPoint?: number

The point where the file returns to, when looping [milliseconds from start of file]

length?: number

The duration of the file. The playout will either freeze or loop after this time. Note that for seeking to work when looping, .length has to be provided. [milliseconds]

loop?: boolean

Whether the media file should be looping or not

mixer?: Mixer
noStarttime?: boolean

If true, the startTime won't be used to SEEK to the correct place in the media

pauseTime?: number

When pausing, the unix-time the playout was paused.

playing?: boolean

If the video is playing or is paused (defaults to true)

seek?: number

The point where the file starts playing [milliseconds from start of file]

transitions?: {
    inTransition?: TimelineTransition;
    outTransition?: TimelineTransition;
}

Type declaration

type: MEDIA

The type of CasparCG content

videoFilter?: string

Generated using TypeDoc