[][src]Function lsl_sys::lsl_push_chunk_buftnp

pub unsafe extern "C" fn lsl_push_chunk_buftnp(
    out: lsl_outlet,
    data: *mut *const c_char,
    lengths: *const u32,
    data_elements: c_ulong,
    timestamps: *const f64,
    pushthrough: i32
) -> i32

@copydoc lsl_push_chunk_buftn @sa lsl_push_chunk_ftp @sa lsl_push_chunk_buf @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.