[][src]Function lsl_sys::lsl_push_chunk_buft

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

@copydoc lsl_push_chunk_buf @sa lsl_push_chunk_ftp @sa lsl_push_chunk_buf @param timestamp Optionally the capture time of the most recent sample, in agreement with lsl_local_clock(); if omitted, the current time is used. The time stamps of other samples are automatically derived based on the sampling rate of the stream.