Snap Live SDK
8.2.1
|
ACR Live Processor interface. More...
#include "ThreadManager.h"
#include "EmbedderListener.h"
#include "AudioCommonEmbedder.h"
#include "LiveCommonEmbedder.h"
#include "ProductLicense.h"
Go to the source code of this file.
Classes | |
class | KantarMedia::IACRLiveProcessor |
ACR Live Processor interface declaration. More... | |
class | KantarMedia::IACRLiveProcessor::IEmbedderParameters |
Parameters for ACR Live Processor. More... | |
Namespaces | |
KantarMedia | |
Functions | |
AUDIOSDK_API AUDIOSDK_Error | KantarMedia::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. More... | |
AUDIOSDK_API AUDIOSDK_Error | KantarMedia::DestroyACRLiveProcessor (IACRLiveProcessor *&embedder) |
This function destroys an IACRLiveProcessor object. More... | |
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. More... | |
AUDIOSDK_API KantarMedia::AUDIOSDK_Error | KantarMedia_DestroyACRLiveProcessor (KantarMedia::IACRLiveProcessor *&embedder) |
C Interface of KantarMedia::DestroyACRLiveProcessor. More... | |
ACR Live Processor interface.
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 KantarMedia::AUDIOSDK_Error KantarMedia_DestroyACRLiveProcessor | ( | KantarMedia::IACRLiveProcessor *& | embedder | ) |
C Interface of KantarMedia::DestroyACRLiveProcessor.