metaFor method

  1. @override
GeneratedAssetMeta metaFor(
  1. GenerativeSource source
)
override

The probed GeneratedAssetMeta for produced source — synchronous by contract, so the timeline can read a clip's duration and audio flag.

Only valid after generateAll for source; implementations throw on an unresolved source.

Implementation

@override
GeneratedAssetMeta metaFor(GenerativeSource source) =>
    throw FluvieGenerativeException('No generative backend produced "$source". $_install');