Home > @infiniteobjects/models > TokenGatedProductVideoPrintSource
The method used to generate the source of the video print
Signature:
export declare enum TokenGatedProductVideoPrintSource
Member | Value | Description |
---|---|---|
BlockchainData | "BLOCKCHAIN_DATA" |
Video Print is created by pulling the source from the blockchain |
Bucket | "BUCKET" |
Video Print is created by pulling from a Bucket |
PublicUrl | "PUBLIC_URL" |
Video Print is created by pulling from a public URL |
Render | "RENDER" |
Video Print is created by a render process |