lsl_get_name function
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()
Implementation
@ffi.Native<NativeLsl_get_name>()
external ffi.Pointer<ffi.Char> lsl_get_name(lsl_streaminfo info);