RDK Documentation (Open Sourced RDK Components)
|
Class for the supported speeds changed event. More...
#include <AampEvent.h>
Private Attributes | |
std::vector< float > | mSupportedSpeeds |
Class for the supported speeds changed event.
Definition at line 1257 of file AampEvent.h.
|
delete |
Copy constructor disabled.
|
delete |
assignment operator disabled
void SupportedSpeedsChangedEvent::addSupportedSpeed | ( | float | speed | ) |
Add a Supported Speed.
[in] | speed | - Speed |
Definition at line 774 of file AampEvent.cpp.
const std::vector< float > & SupportedSpeedsChangedEvent::getSupportedSpeeds | ( | ) | const |
Get Supported Speeds.
Definition at line 784 of file AampEvent.cpp.
int SupportedSpeedsChangedEvent::getSupportedSpeedCount | ( | ) | const |
Get Supported Speeds Count.
Definition at line 794 of file AampEvent.cpp.
|
private |
Supported playback speeds
Definition at line 1259 of file AampEvent.h.