Home > @infiniteobjects/data-types > IVideoPrintSchemaV1
Warning: This API is now obsolete.
Current schema is V3 IVideoPrintSchemaV3
Original Video Print Schema
Signature:
export interface IVideoPrintSchemaV1
Property | Modifiers | Type | Description |
---|---|---|---|
cloudinary | { id: string | null; thumbnailUrl: string | null; originalStorage?: string; originalVideo: string | null; originalCodec: string | null; optimizedVideo: string | null; isProcessed: boolean; fileSize: number | null; timers: { startedAt: string | null; completedAt: string | null; processTime: number; }; } | ||
editable | boolean | ||
isQueued? | boolean | (Optional) | |
owner | string | null | ||
shopify? | { id: string | null; cartUrl: string | null; checkoutId: string | null; orderId: string | null; isFulfilled: boolean; isOrdered: boolean; createdAt: string | null; note: string | null; } | (Optional) | |
uuid | string | ||
v? | string | (Optional) | |
video | { ioSize: DeviceSize; ioOrientation: DeviceOrientation; ioMaterial?: DeviceMaterial; filter: VideoFilter; loop: VideoLoop; videoSize: IDimension; videoDuration: number; startTime: number; endTime: number; scale: number; translate: IVector2D; rotate: number; speed: number; } |