NativeLsl_push_chunk_ctn typedef

NativeLsl_push_chunk_ctn = Int32 Function(lsl_outlet out, Pointer<Char> data, UnsignedLong data_elements, Pointer<Double> timestamps)

Implementation

typedef NativeLsl_push_chunk_ctn =
    ffi.Int32 Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Char> data,
      ffi.UnsignedLong data_elements,
      ffi.Pointer<ffi.Double> timestamps,
    );