lsl_get_session_id function

  1. @Native<NativeLsl_get_session_id>()
Pointer<Char> lsl_get_session_id(
  1. lsl_streaminfo info
)

Session ID for the given stream.

The session id is an optional human-assigned identifier of the recording session. While it is rarely used, it can be used to prevent concurrent recording activitites on the same sub-network (e.g., in multiple experiment areas) from seeing each other's streams (assigned via a configuration file by the experimenter, see Network Connectivity on the LSL wiki). @return An immutable library-owned pointer to the string value. @sa lsl_destroy_string()

Implementation

@ffi.Native<NativeLsl_get_session_id>()
external ffi.Pointer<ffi.Char> lsl_get_session_id(lsl_streaminfo info);