NativeLsl_push_chunk_ctnp typedef

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

Implementation

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