lsl_push_sample_buftp function
@copydoc lsl_push_sample_buft @param pushthrough @see lsl_push_sample_ftp
Implementation
@ffi.Native<NativeLsl_push_sample_buftp>()
external int lsl_push_sample_buftp(
lsl_outlet out,
ffi.Pointer<ffi.Pointer<ffi.Char>> data,
ffi.Pointer<ffi.Uint32> lengths,
double timestamp,
int pushthrough,
);