ma_sound_set_end_callback function
ma_result
ma_sound_set_end_callback(
- Pointer<
ma_sound_group> pSound, - ma_sound_end_proc callback,
- Pointer<
Void> pUserData
Implementation
ma_result ma_sound_set_end_callback(
ffi.Pointer<ma_sound> pSound,
ma_sound_end_proc callback,
ffi.Pointer<ffi.Void> pUserData,
) => ma_result.fromValue(
_ma_sound_set_end_callback(pSound, callback, pUserData),
);