Home > @infiniteobjects/data-types > IVideoTransform
Video transformations
Signature:
export interface IVideoTransform
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 | IVector2D | Translation from the center |