ma_sound_seek_to_second function
Implementation
ma_result ma_sound_seek_to_second(
ffi.Pointer<ma_sound> pSound,
double seekPointInSeconds,
) => ma_result.fromValue(_ma_sound_seek_to_second(pSound, seekPointInSeconds));
ma_result ma_sound_seek_to_second(
ffi.Pointer<ma_sound> pSound,
double seekPointInSeconds,
) => ma_result.fromValue(_ma_sound_seek_to_second(pSound, seekPointInSeconds));