Snap Live SDK  8.1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Groups
Classes | Namespaces | Functions
ACRLiveProcessor.h File Reference

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...
 

Detailed Description

ACR Live Processor interface.

Function Documentation

AUDIOSDK_API KantarMedia::AUDIOSDK_Error KantarMedia_CreateACRLiveProcessor ( const char *  kantarMedia_license_path,
KantarMedia::IEmbedderListener listener,
KantarMedia::IACRLiveProcessor **  embedder,
const char *  kantarMedia_license_password = NULL 
)
AUDIOSDK_API KantarMedia::AUDIOSDK_Error KantarMedia_DestroyACRLiveProcessor ( KantarMedia::IACRLiveProcessor *&  embedder)