GeneratedAssetMeta typedef

GeneratedAssetMeta = ({Duration? duration, bool hasAudio, int? height, int? width})

The probed facts about a produced generative asset the render needs: its duration (audio/video), whether a video carries an embedded audio track (hasAudio), and its pixel size when known.

Implementation

typedef GeneratedAssetMeta = ({Duration? duration, bool hasAudio, int? width, int? height});