RDK Documentation (Open Sourced RDK Components)
|
Class for the Content gap event. More...
#include <AampEvent.h>
Public Member Functions | |
ContentGapEvent ()=delete | |
ContentGapEvent (const ContentGapEvent &)=delete | |
ContentGapEvent & | operator= (const ContentGapEvent &)=delete |
ContentGapEvent (double time, double duration) | |
ContentGapEvent Constructor. | |
virtual | ~ContentGapEvent () |
ContentGapEvent Destructor. | |
double | getTime () const |
Get Time. More... | |
double | getDuration () const |
Get Duration. 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 | |
double | mTime |
double | mDuration |
Class for the Content gap event.
Definition at line 1961 of file AampEvent.h.
|
delete |
[in] | time | - Time of event |
[in] | duration | - Duration of event |
ContentGapEvent::getTime | ( | ) | const |
ContentGapEvent::getDuration | ( | ) | const |
Get Duration.
Definition at line 1400 of file AampEvent.cpp.
|
private |
Playback position in MS- relative to tune time - starts at zero
Definition at line 1963 of file AampEvent.h.
|
private |
Duration of the timed event in MS
Definition at line 1964 of file AampEvent.h.