clipMetadataFor abstract method

ClipMetadata clipMetadataFor(
  1. MediaSource source
)

The probed ClipMetadata of clip source — synchronous by contract, so the resampler can read its source fps and frame count during the frame loop.

Only valid after preResolveClip completed for source; implementations throw on an un-probed source.

Implementation

ClipMetadata clipMetadataFor(MediaSource source);