odin_startup
Initializes the internal ODIN client runtime with optimized settings for audio output, ensuring the correct API header
file is employed. This operation is ref-counted, necessitating paired invocations of startup and shutdown within your
application. The majority of the API functions hinge on an active ODIN runtime, with the sole exception of access_key
and token_generator related functions.
info
Utilize ODIN_VERSION to supply the version argument.
Declaration
Parameters
version
ODIN version string. Use ODIN_VERSION to supply this argument.
Declaration
Returns
true if the operation was successful, otherwise false.
Return Type