lsl_reset_uid function

  1. @Native<NativeLsl_get_name>()
Pointer<Char> lsl_reset_uid(
  1. lsl_streaminfo info
)

Reset the UID of the stream info to a new random value.

This can be used to generate a UID if one doesn't exist. @return An immutable library-owned pointer to the new string value. @sa lsl_destroy_string()

Implementation

@ffi.Native<NativeLsl_reset_uid>()
external ffi.Pointer<ffi.Char> lsl_reset_uid(lsl_streaminfo info);