[][src]Function lsl_sys::lsl_get_info

pub unsafe extern "C" fn lsl_get_info(out: lsl_outlet) -> lsl_streaminfo

Retrieve a handle to the stream info provided by this outlet. This is what was used to create the stream (and also has the Additional Network Information fields assigned). @return A copy of the streaminfo of the outlet or NULL in the event that an error occurred. @note It is the user's responsibility to destroy it when it is no longer needed. @sa lsl_destroy_string()