StopAudioStream method

void StopAudioStream(
  1. AudioStreamD stream
)

Stop audio stream

Implementation

void StopAudioStream(
  AudioStreamD stream,
) => run(
  () => _debugLabels.StopAudioStream(stream),
  () => _flat.StopAudioStream(
    stream,
  ),
);