materializedAudioPathFor abstract method

String materializedAudioPathFor(
  1. AudioSource source
)

The materialized local file path for audio source — synchronous by contract, so the encode-plan builder can hand it to an audio track node.

Only valid after preResolveAudio completed for source; implementations throw on an unresolved source naming it.

Implementation

String materializedAudioPathFor(AudioSource source);