IsSoundPlaying method

  1. @override
bool IsSoundPlaying(
  1. SoundD sound
)

Implementation

@override
bool IsSoundPlaying(
  SoundD sound,
) => _ffi.IsSoundPlaying(
  $.Sound$.Ref1(sound).asNativePointer<SoundC>().ref,
);