[][src]Function lsl_sys::lsl_get_name

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

Name of the stream.

This is a human-readable name. For streams offered by device modules, it refers to the type of device or product series that is generating the data of the stream. If the source is an application, the name may be a more generic or specific identifier. Multiple streams with the same name can coexist, though potentially at the cost of ambiguity (for the recording app or experimenter). @return An immutable library-owned pointer to the string value. @sa lsl_destroy_string()