RDK Documentation (Open Sourced RDK Components)
AampEventManager.h File Reference

Event Handler for AAMP Player. More...

#include "AampDefine.h"
#include "AampConfig.h"
#include "AampEvent.h"
#include "AampEventListener.h"
#include "AampLogManager.h"
#include "AampUtils.h"
#include <pthread.h>
#include <signal.h>
#include <mutex>
#include <queue>
#include <glib.h>
Include dependency graph for AampEventManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ListenerData
 Structure of the event listener list. More...
 
class  AampEventManager
 Class to Handle Aamp Events. More...
 

yes

Event Handler for AAMP Player.

Definition in file AampEventManager.h.


Data Structure Documentation

◆ ListenerData

struct ListenerData

Structure of the event listener list.

Definition at line 45 of file AampEventManager.h.

Collaboration diagram for ListenerData:
Collaboration graph
Data Fields
EventListener * eventListener

Event listener

ListenerData * pNext

Next listener