IsAudioStreamPlaying method
Check if audio stream is playing
Implementation
bool IsAudioStreamPlaying(
AudioStreamD stream,
) => run(
() => _debugLabels.IsAudioStreamPlaying(stream),
() => _flat.IsAudioStreamPlaying(
stream,
),
);
Check if audio stream is playing
bool IsAudioStreamPlaying(
AudioStreamD stream,
) => run(
() => _debugLabels.IsAudioStreamPlaying(stream),
() => _flat.IsAudioStreamPlaying(
stream,
),
);