[][src]Function lsl_sys::lsl_get_type

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

Content type of the stream.

The content type is a short string such as "EEG", "Gaze" which describes the content carried by the channel (if known). If a stream contains mixed content this value need not be assigned but may instead be stored in the description of channel types. To be useful to applications and automated processing systems using the recommended content types is preferred. Content types usually follow those pre-defined in the wiki (or web search for: XDF meta-data). @return An immutable library-owned pointer to the string value. @sa lsl_destroy_string()