ma_pcm_f32_to_s16 function
void
ma_pcm_f32_to_s16(
- Pointer<
Void> pOut, - Pointer<
Void> pIn, - Dartma_uint64 count,
- ma_dither_mode ditherMode,
Implementation
void ma_pcm_f32_to_s16(
ffi.Pointer<ffi.Void> pOut,
ffi.Pointer<ffi.Void> pIn,
Dartma_uint64 count,
ma_dither_mode ditherMode,
) => _ma_pcm_f32_to_s16(pOut, pIn, count, ditherMode.value);