Home > @infiniteobjects/data-types > VideoPrintEditorTransformFeatures
Video Transformation Feature Flags
Signature:
export declare class VideoPrintEditorTransformFeatures implements IVideoPrintEditorTransformFeatures
Implements: IVideoPrintEditorTransformFeatures
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customScale | boolean | Allows setting an arbitrary scale to the content displayed. | |
| filter | boolean | Allows applying color filters to the content displayed | |
| loop | boolean | Allows applying loop filters to the content displayed | |
| rotate | boolean | Allows rotating the content displayed on the canvas space | |
| scaleFit | boolean | Allows applying FILL/COVER/CONTAIN scaling to the content displayed | |
| speed | boolean | Allows changing the playback speed of the content displayed | |
| translate | boolean | Allows translating the content displayed on the canvas space | |
| trim | boolean | Allows setting a custom startTime and endTime of the content displayed |