stack

Home > @infiniteobjects/data-types > VideoTransform

VideoTransform class

Transformations applied to the video

Signature:

export declare class VideoTransform implements IVideoTransform 

Implements: IVideoTransform

Properties

Property Modifiers Type Description
endTime   Vector1D Start time of the video trim 0 1 1
filter   VideoFilter Color Filter applied to the video one off VideoFilter enumeration values. ‘NONE’
loop   VideoLoop Loop Behavior one off VideoLoop enumeration values. ‘NORMAL’
rotate   degrees Rotation applied to the video in degrees -360 360
scale   float Video Scale 0.1 3 1
speed   float Playback Speed 0.2 2
startTime   Vector1D Start time of the video trim 0 1 0
translate   Vector2D Translation from the center