lsl_push_sample_buftp function

  1. @Native<NativeLsl_push_sample_buftp>()
int lsl_push_sample_buftp(
  1. lsl_outlet out,
  2. Pointer<Pointer<Char>> data,
  3. Pointer<Uint32> lengths,
  4. double timestamp,
  5. int pushthrough,
)

@copydoc lsl_push_sample_buft @param pushthrough @see lsl_push_sample_ftp

Implementation

@ffi.Native<NativeLsl_push_sample_buftp>()
external int lsl_push_sample_buftp(
  lsl_outlet out,
  ffi.Pointer<ffi.Pointer<ffi.Char>> data,
  ffi.Pointer<ffi.Uint32> lengths,
  double timestamp,
  int pushthrough,
);