lsl_get_info function

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_streaminfo()

Implementation

@ffi.Native<NativeLsl_get_info>()
external lsl_streaminfo lsl_get_info(lsl_outlet out);