DartLsl_push_chunk_ltn typedef

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

Implementation

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