lsl_push_sample_vtp function

  1. @Native<NativeLsl_push_sample_vtp>()
int lsl_push_sample_vtp(
  1. lsl_outlet out,
  2. Pointer<Void> data,
  3. double timestamp,
  4. int pushthrough,
)

Implementation

@ffi.Native<NativeLsl_push_sample_vtp>()
external int lsl_push_sample_vtp(
  lsl_outlet out,
  ffi.Pointer<ffi.Void> data,
  double timestamp,
  int pushthrough,
);