lsl_push_sample_itp function

  1. @Native<NativeLsl_push_sample_itp>()
int lsl_push_sample_itp(
  1. lsl_outlet out,
  2. Pointer<Int32> data,
  3. double timestamp,
  4. int pushthrough,
)

Implementation

@ffi.Native<NativeLsl_push_sample_itp>()
external int lsl_push_sample_itp(
  lsl_outlet out,
  ffi.Pointer<ffi.Int32> data,
  double timestamp,
  int pushthrough,
);