lsl_push_sample_dt function

  1. @Native<NativeLsl_push_sample_dt>()
int lsl_push_sample_dt(
  1. lsl_outlet out,
  2. Pointer<Double> data,
  3. double timestamp
)

Implementation

@ffi.Native<NativeLsl_push_sample_dt>()
external int lsl_push_sample_dt(
  lsl_outlet out,
  ffi.Pointer<ffi.Double> data,
  double timestamp,
);