lsl_push_sample_dtp function

  1. @Native<NativeLsl_push_sample_dtp>()
int lsl_push_sample_dtp(
  1. lsl_outlet out,
  2. Pointer<Double> data,
  3. double timestamp,
  4. int pushthrough,
)

Implementation

@ffi.Native<NativeLsl_push_sample_dtp>()
external int lsl_push_sample_dtp(
  lsl_outlet out,
  ffi.Pointer<ffi.Double> data,
  double timestamp,
  int pushthrough,
);