DartLsl_push_chunk_ftn typedef

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

Implementation

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