ma_sound_group_is_playing function

  1. @Native<ma_bool32 Function(Pointer<ma_sound_group>)>(ffi.Pointer<ma_sound_group>)>()
int ma_sound_group_is_playing(
  1. Pointer<ma_sound_group> pGroup
)

Implementation

@ffi.Native<ma_bool32 Function(ffi.Pointer<ma_sound_group>)>()
external int ma_sound_group_is_playing(ffi.Pointer<ma_sound_group> pGroup);