[Prev]

3.4.1 cf = tas3_new_conf_to_cf(conf)

Prototype

  tas3_conf* tas3_new_conf_to_cf(const char* conf);

Create a new TAS3 configuration object given configuration string and possibly configuration file. Usually a configuration object is generated and passed around to different API calls to avoid reparsing the configuration at each API call.

conf

Configuration string

return

Configuration object


[Prev | Next]