stack

Home > @infiniteobjects/data-types > EthAssetToken > toVideoPrint

EthAssetToken.toVideoPrint() method

Return a videoPrint representation of the AssetToken The preview of an asset can be requested in place of the original if requested

Signature:

toVideoPrint(preview?: boolean): VideoPrint;

Parameters

Parameter Type Description
preview boolean (Optional)

Returns:

VideoPrint

Remarks

Using the preview instead is useful for rendering the lower resolution version of an asset (i.e. on collection pages) see VideoPrint for more info