RDK Documentation (Open Sourced RDK Components)
|
Class for the Closed Caption Handle event. More...
#include <AampEvent.h>
Public Member Functions | |
CCHandleEvent (const CCHandleEvent &)=delete | |
CCHandleEvent & | operator= (const CCHandleEvent &)=delete |
CCHandleEvent (unsigned long handle) | |
CCHandleEvent Constructor. More... | |
virtual | ~CCHandleEvent () |
CCHandleEvent Destructor. | |
unsigned long | getCCHandle () const |
Get Closed Caption Handle. More... | |
Public Member Functions inherited from AAMPEventObject | |
AAMPEventObject (const AAMPEventObject &)=delete | |
Copy constructor disabled. More... | |
AAMPEventObject & | operator= (const AAMPEventObject &)=delete |
assignment operator disabled More... | |
AAMPEventObject (AAMPEventType type) | |
AAMPEventObject Constructor. | |
virtual | ~AAMPEventObject () |
AAMPEvent Destructor. | |
AAMPEventType | getType () const |
Get Event Type. More... | |
Private Attributes | |
unsigned long | mHandle |
Class for the Closed Caption Handle event.
Definition at line 718 of file AampEvent.h.
CCHandleEvent::CCHandleEvent | ( | unsigned long | handle | ) |
CCHandleEvent Constructor.
[in] | handle | - Handle to close caption |
Definition at line 310 of file AampEvent.cpp.
CCHandleEvent::getCCHandle | ( | ) | const |
Get Closed Caption Handle.
Definition at line 321 of file AampEvent.cpp.
|
private |
Closed caption handle
Definition at line 720 of file AampEvent.h.