DartLsl_pull_sample_l typedef

DartLsl_pull_sample_l = double Function(lsl_inlet in$, Pointer<Int64> buffer, int buffer_elements, double timeout, Pointer<Int32> ec)

Implementation

typedef DartLsl_pull_sample_l =
    double Function(
      lsl_inlet in$,
      ffi.Pointer<ffi.Int64> buffer,
      int buffer_elements,
      double timeout,
      ffi.Pointer<ffi.Int32> ec,
    );