DartLsl_push_chunk_dtp typedef

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

Implementation

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