15 #ifndef ACR_LIVE_PROCESSOR_H
16 #define ACR_LIVE_PROCESSOR_H
18 #include "ThreadManager.h"
19 #include "EmbedderListener.h"
20 #include "AudioCommonEmbedder.h"
21 #include "LiveCommonEmbedder.h"
22 #include "ProductLicense.h"
135 #endif // ACR_LIVE_PROCESSOR_H
AUDIOSDK_Error
Error codes definition.
Definition: Errors.h:36
AUDIOSDK_API AUDIOSDK_Error DestroyACRLiveProcessor(IACRLiveProcessor *&embedder)
This function destroys an IACRLiveProcessor object.
AUDIOSDK_API KantarMedia::AUDIOSDK_Error KantarMedia_CreateACRLiveProcessor(const char *kantarMedia_license_path, KantarMedia::IEmbedderListener *listener, KantarMedia::IACRLiveProcessor **embedder, const char *kantarMedia_license_password=NULL)
C Interface of KantarMedia::CreateACRLiveProcessor.
AUDIOSDK_API AUDIOSDK_Error CreateACRLiveProcessor(const char *kantarMedia_license_path, IEmbedderListener *listener, IACRLiveProcessor **embedder, const char *kantarMedia_license_password=NULL)
This function creates an instance of an IACRLiveProcessor object.
AUDIOSDK_API KantarMedia::AUDIOSDK_Error KantarMedia_DestroyACRLiveProcessor(KantarMedia::IACRLiveProcessor *&embedder)
C Interface of KantarMedia::DestroyACRLiveProcessor.