[][src]Function lsl_sys::lsl_push_chunk_ftp

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

@copydoc lsl_push_chunk_ft @param pushthrough Whether to push the chunk 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. @{