Home > @infiniteobjects/data-types > IVideoPrintSchemaV3
Video Print Schema
Signature:
export interface IVideoPrintSchemaV3
Property | Modifiers | Type | Description |
---|---|---|---|
backgroundColor | RGBA | Background color | |
creator | IProfile | Who made this creation | |
dateCreated | Date | The date the entity was created. | |
dateUpdated | Date | The date the entity was updated. | |
device | IDevice | Device that plays this video print | |
id | string | Unique identifier | |
metadata | IVideoMetadata | Video Metadata | |
printType | VideoPrintType | Print Type | |
renders | IVideoPrintRenders | Render files | |
sales | IVideoPrintSale[] | (ALPHA) Shopify Sales | |
schemaVersion | VideoPrintSchemaVersion | Schema Version | |
sourceVideo | IVideoPrintSource | Video Source | |
state | VideoPrintState | State | |
tags | string[] | Tags | |
tokenData? | IAssetPointer | (Optional) NFT Data | |
transform | IVideoTransform | Transformations applied to the video |