RDK Documentation (Open Sourced RDK Components)
|
Class for the Content Protection Data Update Event on Dynamic Key Rotation. More...
#include <AampEvent.h>
Public Member Functions | |
ContentProtectionDataEvent (const ContentProtectionDataEvent &)=delete | |
ContentProtectionDataEvent & | operator= (const ContentProtectionDataEvent &)=delete |
ContentProtectionDataEvent (const std::vector< uint8_t > &keyID, const std::string &streamType) | |
virtual | ~ContentProtectionDataEvent () |
ContentProtectionDataEvent Destructor. | |
const std::vector< uint8_t > & | getKeyID () const |
Get Current Key ID. More... | |
const std::string & | getStreamType () const |
Get Current Stream Type. 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 | |
std::vector< uint8_t > | mKeyID |
std::string | mStreamType |
Class for the Content Protection Data Update Event on Dynamic Key Rotation.
Definition at line 2086 of file AampEvent.h.
const std::vector< uint8_t > & ContentProtectionDataEvent::getKeyID | ( | ) | const |
const std::string & ContentProtectionDataEvent::getStreamType | ( | ) | const |
Get Current Stream Type.
Get StreamType.
Definition at line 1463 of file AampEvent.cpp.
|
private |
Key ID
Definition at line 2088 of file AampEvent.h.
|
private |
Stream Type
Definition at line 2089 of file AampEvent.h.