ma_sound_get_length_in_seconds function
Implementation
ma_result ma_sound_get_length_in_seconds(
ffi.Pointer<ma_sound> pSound,
ffi.Pointer<ffi.Float> pLength,
) => ma_result.fromValue(_ma_sound_get_length_in_seconds(pSound, pLength));
ma_result ma_sound_get_length_in_seconds(
ffi.Pointer<ma_sound> pSound,
ffi.Pointer<ffi.Float> pLength,
) => ma_result.fromValue(_ma_sound_get_length_in_seconds(pSound, pLength));