DartLsl_push_chunk_ftp typedef

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

Implementation

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