RDK Documentation (Open Sourced RDK Components)
SeekedEvent Class Reference

Class for the Seeked Event. More...

#include <AampEvent.h>

Inheritance diagram for SeekedEvent:
Inheritance graph
Collaboration diagram for SeekedEvent:
Collaboration graph

Public Member Functions

 SeekedEvent (const SeekedEvent &)=delete
 
SeekedEventoperator= (const SeekedEvent &)=delete
 
 SeekedEvent (double positionMS)
 SeekedEvent Constructor.
 
virtual ~SeekedEvent ()
 SeekedEvent Destructor.
 
double getPosition () const
 Get position. More...
 
- Public Member Functions inherited from AAMPEventObject
 AAMPEventObject (const AAMPEventObject &)=delete
 Copy constructor disabled. More...
 
AAMPEventObjectoperator= (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 mPosition
 

yes

Class for the Seeked Event.

Definition at line 1306 of file AampEvent.h.

Member Function Documentation

◆ getPosition()

SeekedEvent::getPosition ( ) const

Get position.

Returns
Seeked position

Definition at line 813 of file AampEvent.cpp.

Field Documentation

◆ mPosition

double SeekedEvent::mPosition
private

new seeked position in milliseconds

Definition at line 1308 of file AampEvent.h.


The documentation for this class was generated from the following files: