DartLsl_push_chunk_lt typedef

DartLsl_push_chunk_lt = int Function(lsl_outlet out, Pointer<Int64> data, int data_elements, double timestamp)

Implementation

typedef DartLsl_push_chunk_lt =
    int Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Int64> data,
      int data_elements,
      double timestamp,
    );