lsl_pull_chunk_d function
Implementation
@ffi.Native<NativeLsl_pull_chunk_d>()
external int lsl_pull_chunk_d(
lsl_inlet in$,
ffi.Pointer<ffi.Double> data_buffer,
ffi.Pointer<ffi.Double> timestamp_buffer,
int data_buffer_elements,
int timestamp_buffer_elements,
double timeout,
ffi.Pointer<ffi.Int32> ec,
);