DartLsl_push_sample_buf typedef

DartLsl_push_sample_buf = int Function(lsl_outlet out, Pointer<Pointer<Char>> data, Pointer<Uint32> lengths)

Implementation

typedef DartLsl_push_sample_buf =
    int Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Pointer<ffi.Char>> data,
      ffi.Pointer<ffi.Uint32> lengths,
    );