[][src]Function lsl_sys::lsl_push_sample_buf

pub unsafe extern "C" fn lsl_push_sample_buf(
    out: lsl_outlet,
    data: *mut *const c_char,
    lengths: *const u32
) -> i32

@copybrief lsl_push_sample_ftp @see lsl_push_sample_ftp @param out The lsl_outlet object through which to push the data. @param data A pointer to values to push. The number of values pointed to must be no less than the number of channels in the sample. @param lengths A pointer the number of elements to push for each channel (string lengths).