DartLsl_push_sample_dtp typedef

DartLsl_push_sample_dtp = int Function(lsl_outlet out, Pointer<Double> data, double timestamp, int pushthrough)

Implementation

typedef DartLsl_push_sample_dtp =
    int Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Double> data,
      double timestamp,
      int pushthrough,
    );