NativeLsl_pull_sample_buf typedef

NativeLsl_pull_sample_buf = Double Function(lsl_inlet in$, Pointer<Pointer<Char>> buffer, Pointer<Uint32> buffer_lengths, Int32 buffer_elements, Double timeout, Pointer<Int32> ec)

Implementation

typedef NativeLsl_pull_sample_buf =
    ffi.Double Function(
      lsl_inlet in$,
      ffi.Pointer<ffi.Pointer<ffi.Char>> buffer,
      ffi.Pointer<ffi.Uint32> buffer_lengths,
      ffi.Int32 buffer_elements,
      ffi.Double timeout,
      ffi.Pointer<ffi.Int32> ec,
    );