[][src]Function lsl_sys::lsl_get_session_id

pub unsafe extern "C" fn lsl_get_session_id(
    info: lsl_streaminfo
) -> *const c_char

Session ID for the given stream.

The session id is an optional human-assigned identifier of the recording session. While it is rarely used, it can be used to prevent concurrent recording activitites on the same sub-network (e.g., in multiple experiment areas) from seeing each other's streams (assigned via a configuration file by the experimenter, see Network Connectivity on the LSL wiki). @return An immutable library-owned pointer to the string value. @sa lsl_destroy_string()