ma_encoder_write_pcm_frames_procFunction typedef

ma_encoder_write_pcm_frames_procFunction = Int Function(Pointer<ma_encoder> pEncoder, Pointer<Void> pFramesIn, ma_uint64 frameCount, Pointer<ma_uint64> pFramesWritten)

Implementation

typedef ma_encoder_write_pcm_frames_procFunction =
    ffi.Int Function(
      ffi.Pointer<ma_encoder> pEncoder,
      ffi.Pointer<ffi.Void> pFramesIn,
      ma_uint64 frameCount,
      ffi.Pointer<ma_uint64> pFramesWritten,
    );