ma_sound_stop function

ma_result ma_sound_stop(
  1. Pointer<ma_sound_group> pSound
)

Implementation

ma_result ma_sound_stop(ffi.Pointer<ma_sound> pSound) =>
    ma_result.fromValue(_ma_sound_stop(pSound));