DartLsl_push_chunk_stn typedef

DartLsl_push_chunk_stn = int Function(lsl_outlet out, Pointer<Int16> data, int data_elements, Pointer<Double> timestamps)

Implementation

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