DartLsl_push_chunk_ctp typedef

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

Implementation

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