[Prev]

3.4 C and C++ Binding

Essentially this is a procedural C binding that is also usable from C++. In fact, the C binding can be used as a base for many other language bindings generated using SWIG [SWIG] interface generator.

The binding is declared in tas3.h and implemented in libtas3.a, libtas3.so, or libtas3.dll, depending on the platform. Typical source code file will pull in the TAS3 API by including

  #include <tas3.h>

[Prev | Next]