DartLsl_push_chunk_ltp typedef

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

Implementation

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