lsl_get_uid function
Unique ID of the stream outlet (once assigned).
This is a unique identifier of the stream outlet, and is guaranteed to be different across multiple instantiations of the same outlet (e.g., after a re-start). @return An immutable library-owned pointer to the string value. @sa lsl_destroy_string()
Implementation
@ffi.Native<NativeLsl_get_uid>()
external ffi.Pointer<ffi.Char> lsl_get_uid(lsl_streaminfo info);