StopAudioStream method
Implementation
@override
void StopAudioStream(
AudioStreamD stream,
) => run(
() => RaylibDebugLabels.StopAudioStream(stream),
() => rl.Audio.StopAudioStream.run1(
rl.Temp.AudioStream$.Ref1(stream).toJS,
),
);
@override
void StopAudioStream(
AudioStreamD stream,
) => run(
() => RaylibDebugLabels.StopAudioStream(stream),
() => rl.Audio.StopAudioStream.run1(
rl.Temp.AudioStream$.Ref1(stream).toJS,
),
);