NativeLsl_pull_chunk_buf typedef
NativeLsl_pull_chunk_buf =
UnsignedLong Function(lsl_inlet in$, Pointer<Pointer<Char> > data_buffer, Pointer<Uint32> lengths_buffer, Pointer<Double> timestamp_buffer, UnsignedLong data_buffer_elements, UnsignedLong timestamp_buffer_elements, Double timeout, Pointer<Int32> ec)
Implementation
typedef NativeLsl_pull_chunk_buf =
ffi.UnsignedLong Function(
lsl_inlet in$,
ffi.Pointer<ffi.Pointer<ffi.Char>> data_buffer,
ffi.Pointer<ffi.Uint32> lengths_buffer,
ffi.Pointer<ffi.Double> timestamp_buffer,
ffi.UnsignedLong data_buffer_elements,
ffi.UnsignedLong timestamp_buffer_elements,
ffi.Double timeout,
ffi.Pointer<ffi.Int32> ec,
);