Go to the source code of this file.
|
#define | AESDK_CALLBACK __cdecl |
#define | AESDK_API_EXPORT __declspec(dllexport) |
#define | AESDK_API_DECL __cdecl |
◆ pfnOnAuthCompletedCallback
typedef void(AESDK_CALLBACK * audio_effects_sdk::pfnOnAuthCompletedCallback) (IAuthResult *result, void *ctx) |
Callback triggered when the authorization process is complete.
- Parameters
-
result | The result of authorization process. DO NOT call IAuthResult::release() on this instance. |
ctx | Opaque pointer passed to ISDKFactory::auth() |
◆ AuthStatus
Describes result of authorization process.
Enumerator |
---|
error | Authorization finished with error (e.g., missing internet connection).
|
active | Authorization finished successfully, the SDK can be used.
|
inactive | Such customer has no license or the license revoked.
|
expired | The license is expired.
|