resolvedFor abstract method

ResolvedMedia resolvedFor(
  1. MediaSource source
)

The pre-resolved bytes and content hash for source — synchronous by contract.

Only valid after preResolveAll completed; implementations throw on an unresolved source instead of returning partial data.

Implementation

ResolvedMedia resolvedFor(MediaSource source);