[][src]Function lsl_sys::lsl_push_sample_ftp

pub unsafe extern "C" fn lsl_push_sample_ftp(
    out: lsl_outlet,
    data: *const f32,
    timestamp: f64,
    pushthrough: i32
) -> i32

@} ** @copydoc lsl_push_sample_ft

  • @param pushthrough Whether to push the sample through to the receivers instead of buffering it
  • with subsequent samples. Note that the chunk_size, if specified at outlet construction, takes
  • precedence over the pushthrough flag.
  • @{ */