Snap Live SDK  8.1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Groups
Public Attributes | List of all members
KantarMedia::IEmbedderListener::Event Struct Reference

Structure used by method OnEvent to raise events. More...

#include <EmbedderListener.h>

Public Attributes

enum IEmbedderListener::EventType type
 Type/Level of event (TYPE_INFO, TYPE_WARNING, TYPE_ERROR) More...
 
AUDIOSDK_Error code
 Unique code in SDK referential that gives information about the event raised. More...
 
char const * message
 Message that gives more information than the code itself about the event raised. More...
 

Detailed Description

Structure used by method OnEvent to raise events.

See Also
IEmbedderListener::EventType
OnEvent

Member Data Documentation

AUDIOSDK_Error KantarMedia::IEmbedderListener::Event::code

Unique code in SDK referential that gives information about the event raised.

char const* KantarMedia::IEmbedderListener::Event::message

Message that gives more information than the code itself about the event raised.

enum IEmbedderListener::EventType KantarMedia::IEmbedderListener::Event::type

Type/Level of event (TYPE_INFO, TYPE_WARNING, TYPE_ERROR)


The documentation for this struct was generated from the following file: