metaFor method
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) =>
_meta[source] ?? (throw _unresolved(source));