ResumeAudioStream method
Implementation
void ResumeAudioStream(
AudioStreamD stream,
) => run(
() => 'ResumeAudioStream($stream)',
() => rl.Audio.ResumeAudioStream(
rl.Temp.AudioStream$.Ref1(stream).ref,
),
);
void ResumeAudioStream(
AudioStreamD stream,
) => run(
() => 'ResumeAudioStream($stream)',
() => rl.Audio.ResumeAudioStream(
rl.Temp.AudioStream$.Ref1(stream).ref,
),
);