lsl_set_config_content function

  1. @Native<NativeLsl_set_config_content>()
void lsl_set_config_content(
  1. Pointer<Char> content
)

Set the content of the configuration file to be used.

This is a global setting that will be used by all LSL after this function is called. If, and only if, this function is called before the first call to any other LSL function.

@note the configuration content is wiped after LSL has initialized.

Implementation

@ffi.Native<NativeLsl_set_config_content>()
external void lsl_set_config_content(ffi.Pointer<ffi.Char> content);