DartLsl_push_chunk_strtn typedef

DartLsl_push_chunk_strtn = int Function(lsl_outlet out, Pointer<Pointer<Char>> data, int data_elements, Pointer<Double> timestamps)

Implementation

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