Home > @infiniteobjects/data-types > IVideoPrintSchemaV2
Warning: This API is now obsolete.
Current schema is V3 IVideoPrintSchemaV3
Current Video Print Schema V2
Signature:
export interface IVideoPrintSchemaV2
Property | Modifiers | Type | Description |
---|---|---|---|
appVersion | string | Application who made this Creation | |
createdAt | Date | When was created | |
device | IDevice | Device that runs the Creation | |
isOrdered? | boolean | (Optional) has been ordered | |
isQueued? | boolean | (Optional) Has being sent to the render pipeline | |
modifiedAt | Date | Last modified date | |
owner | string | null | Owner of this Creation | |
readyState | VideoPrintState | Overall creation state | |
transform | IVideoTransform | Transformations applied to the video | |
uuid | string | Unique identifier | |
video | { originalBucket: string | null; original: string | null; originalUrl: string | null; optimizedBucket: string | null; optimized: string | null; optimizedUrl: string | null; thumbnailBucket: string | null; thumbnail: string | null; thumbnailUrl: string | null; metadata: IVideoMetadata; } | Video Data |