lsl_get_hostname function

  1. @Native<NativeLsl_get_hostname>()
Pointer<Char> lsl_get_hostname(
  1. lsl_streaminfo info
)

Hostname of the providing machine (once bound to an outlet). Modification is not permitted.

Implementation

@ffi.Native<NativeLsl_get_hostname>()
external ffi.Pointer<ffi.Char> lsl_get_hostname(lsl_streaminfo info);