Home > @infiniteobjects/data-types > VideoPrintSource
Video Print Source Model
Signature:
export declare class VideoPrintSource implements IVideoPrintSource
Implements: IVideoPrintSource
For use in the browser,
| Property | Modifiers | Type | Description |
|---|---|---|---|
| optimized | Nullable<StorageObject> | Optimized video | |
| original | Nullable<StorageObject> | Original Video | |
| strips | StorageObject[] | Thumb image Strips | |
| thumbnail | Nullable<StorageObject> | Thumbnail Image |