Interface FunctionLayer

Hierarchy

Properties

content: FUNCTION
executeData?: any
executeFcn?: string
id: string

Id of the original timelineObject

inMessage?: null | {
    args?: Record<string, unknown>;
    url: string;
}
layerNo: number

What layer to put the content on

media?: null | string | TransitionObject
mixer?: Mixer

Mixer attributes to apply on the layer, like transform, rotate or opacity

nextUp?: NextUp
noClear?: boolean

If true, we'll never send a CLEAR for this object when it stops. Might be useful in some cases where it's important to not kill the object (like when piping through a decklink input)

oscDevice?: number
outMessage?: null | {
    args?: Record<string, unknown>;
    url: string;
}
playTime?: null | number

[timestamp] If set, at what point in time the object started playing, null means "irrelevant"

playing?: boolean

Generated using TypeDoc