lsl_push_sample_ltp function

  1. @Native<NativeLsl_push_sample_ltp>()
int lsl_push_sample_ltp(
  1. lsl_outlet out,
  2. Pointer<Int64> data,
  3. double timestamp,
  4. int pushthrough,
)

Implementation

@ffi.Native<NativeLsl_push_sample_ltp>()
external int lsl_push_sample_ltp(
  lsl_outlet out,
  ffi.Pointer<ffi.Int64> data,
  double timestamp,
  int pushthrough,
);