Interface MediaLayerBase

Hierarchy

Properties

afilter?: string
channelLayout?: string
clearOn404?: boolean
inPoint?: number

[time in ms] The time in the video the video starts playing at (and loops to, when looping)

length?: number

[time in ms] The duration the video will be playing until freezing (or looping)

looping?: boolean

If the media should be looping, otherwise it'll freeze on last frame

media: null | string | TransitionObject

Media clip name. Could be a filename, a path, or even a color

pauseTime?: null | number

[timestamp] If set, at what point in time the object was paused

seek?: number

[time in ms] If set, the time in the video the video starts playing at

vfilter?: string

Generated using TypeDoc