Home > @infiniteobjects/data-types > VideoPrintBaseTransform
Video Print Base Transformations
Signature:
export declare class VideoPrintBaseTransform implements IVideoPrintBaseTransform
Implements: IVideoPrintBaseTransform
Property | Modifiers | Type | Description |
---|---|---|---|
endTime? | Vector1D | (Optional) Start time of the video trim 0 1 1 | |
filter? | VideoFilter | (Optional) Color Filter applied to the video one off VideoFilter enumeration values. ‘NONE’ | |
loop? | VideoLoop | (Optional) Loop Behavior one off VideoLoop enumeration values. ‘NORMAL’ | |
rotate? | degrees | (Optional) Rotation applied to the video in degrees -360 360 | |
scale? | float | (Optional) Video Scale 0.1 3 1 | |
speed? | float | (Optional) Playback Speed 0.2 2 | |
startTime? | Vector1D | (Optional) Start time of the video trim 0 1 0 | |
translate? | PartialVector2D | (Optional) Translation from the center |