lsl_push_chunk_ftp function
@copydoc lsl_push_chunk_ft @param pushthrough Whether to push the chunk through to the receivers instead of buffering it with subsequent samples. Note that the chunk_size, if specified at outlet construction, takes precedence over the pushthrough flag. @{
Implementation
@ffi.Native<NativeLsl_push_chunk_ftp>()
external int lsl_push_chunk_ftp(
lsl_outlet out,
ffi.Pointer<ffi.Float> data,
int data_elements,
double timestamp,
int pushthrough,
);