NativeLsl_pull_sample_d typedef

NativeLsl_pull_sample_d = Double Function(lsl_inlet in$, Pointer<Double> buffer, Int32 buffer_elements, Double timeout, Pointer<Int32> ec)

Implementation

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