DartLsl_pull_sample_f typedef

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

Implementation

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