RDK Documentation (Open Sourced RDK Components)
AampEventListener.cpp File Reference

Impl for AAMP Event listener classes. More...

#include "AampEventListener.h"
#include <string.h>
Include dependency graph for AampEventListener.cpp:

Go to the source code of this file.

Functions

static void GenerateLegacyAAMPEvent (const AAMPEventPtr &e, AAMPEvent &event)
 API to convert AAMPEventPtr object to legacy AAMPEvent object. More...
 

yes

Impl for AAMP Event listener classes.

Definition in file AampEventListener.cpp.

Function Documentation

◆ GenerateLegacyAAMPEvent()

static void GenerateLegacyAAMPEvent ( const AAMPEventPtr &  e,
AAMPEvent event 
)
static

API to convert AAMPEventPtr object to legacy AAMPEvent object.

Parameters
[in]e- AAMPEventPtr object
[out]event- AAMPEvent object to which values have to be populated

Definition at line 34 of file AampEventListener.cpp.