IsSoundPlaying method

bool IsSoundPlaying(
  1. SoundD sound
)

Implementation

bool IsSoundPlaying(
  SoundD sound,
) => run(
  () => 'IsSoundPlaying($sound)',
  () => rl.Audio.IsSoundPlaying(
    rl.Temp.Sound$.Ref1(sound).ref,
  ),
);