DartLsl_push_chunk_dtn typedef

DartLsl_push_chunk_dtn = int Function(lsl_outlet out, Pointer<Double> data, int data_elements, Pointer<Double> timestamps)

Implementation

typedef DartLsl_push_chunk_dtn =
    int Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Double> data,
      int data_elements,
      ffi.Pointer<ffi.Double> timestamps,
    );