ma_encoder_write_procFunction typedef

ma_encoder_write_procFunction = Int Function(Pointer<ma_encoder> pEncoder, Pointer<Void> pBufferIn, Size bytesToWrite, Pointer<Size> pBytesWritten)

Implementation

typedef ma_encoder_write_procFunction =
    ffi.Int Function(
      ffi.Pointer<ma_encoder> pEncoder,
      ffi.Pointer<ffi.Void> pBufferIn,
      ffi.Size bytesToWrite,
      ffi.Pointer<ffi.Size> pBytesWritten,
    );