lsl_push_sample_ft function
@} /** @copydoc lsl_push_sample_f
- @param timestamp Optionally the capture time of the sample, in agreement with
- lsl_local_clock(); if omitted, the current time is used.
- @{ */
Implementation
@ffi.Native<NativeLsl_push_sample_ft>()
external int lsl_push_sample_ft(
lsl_outlet out,
ffi.Pointer<ffi.Float> data,
double timestamp,
);