Snap Live SDK
8.2.1
|
Classes | |
class | IACRLiveProcessor |
ACR Live Processor interface declaration. More... | |
class | IACRProcessor |
Base interface for ACR processors. More... | |
class | IAudioEmbedder |
Base interface for embedders. More... | |
class | IEmbedderListener |
Class used to catch different types of events (info and data) raised by the embedder library. More... | |
class | IFileEmbedder |
Base interface for File embedders. More... | |
class | ILiveEmbedder |
Base interface for Live embedders. More... | |
class | IOnlineEmbedder |
Base interface for Online embedders. More... | |
class | IProductLicense |
Base interface for product licenses. More... | |
class | ISnapEmbedder |
Base interface for Snap embedders. More... | |
class | ISnapLiveAudioEmbedder |
Snap Live Embedder interface declaration. More... | |
class | IThreadManager |
Base interface for thread priority/affinity management. More... | |
Functions | |
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. More... | |
AUDIOSDK_API AUDIOSDK_Error | DestroyACRLiveProcessor (IACRLiveProcessor *&embedder) |
This function destroys an IACRLiveProcessor object. More... | |
AUDIOSDK_API char const * | GetVersion () |
This function returns the library version. More... | |
AUDIOSDK_API AUDIOSDK_Error | CreateSnapLiveAudioEmbedder (const char *kantarMedia_license_path, const char *audience_license_path, IEmbedderListener *listener, ISnapLiveAudioEmbedder **embedder, const char *kantarMedia_license_password=NULL) |
This function creates an instance of an ISnapLiveAudioEmbedder object. More... | |
AUDIOSDK_API AUDIOSDK_Error | CreateOnlineSnapLiveAudioEmbedder (IEmbedderListener *listener, ISnapLiveAudioEmbedder **embedder, const char *login, const char *password, int port=443, const char *server="license.kantarmedia.com") |
AUDIOSDK_API AUDIOSDK_Error | DestroySnapLiveAudioEmbedder (ISnapLiveAudioEmbedder *&embedder) |
This function destroys an ISnapLiveAudioEmbedder object. More... | |
Copyright (c) 2014 Kantar Media. All rights reserved.
This source code and any compilation or derivative thereof is the proprietary information of Kantar Media and is confidential in nature.
Under no circumstances is this software to be combined with any Open Source Software in any way or placed under an Open Source License of any type without the express written permission of Kantar Media.
Platform : c++ Created : 2014-05-05
Copyright (c) 2014 Kantar Media. All rights reserved.
This source code and any compilation or derivative thereof is the proprietary information of Kantar Media and is confidential in nature.
Under no circumstances is this software to be combined with any Open Source Software in any way or placed under an Open Source License of any type without the express written permission of Kantar Media.
Platform : c++ Created : 2019-02-25
Copyright (c) 2014 Kantar Media. All rights reserved.
This source code and any compilation or derivative thereof is the proprietary information of Kantar Media and is confidential in nature.
Under no circumstances is this software to be combined with any Open Source Software in any way or placed under an Open Source License of any type without the express written permission of Kantar Media.
Platform : c++ Created : 2014-07-03