Class for the Bitrate change event.
More...
#include <AampEvent.h>
|
| BitrateChangeEvent ()=delete |
|
| BitrateChangeEvent (const BitrateChangeEvent &)=delete |
|
BitrateChangeEvent & | operator= (const BitrateChangeEvent &)=delete |
|
| BitrateChangeEvent (int time, long bitrate, const std::string &desc, int width, int height, double frameRate, double position, bool mCappedProfile, int mDisplayWidth, int mDisplayHeight, VideoScanType videoScanType, int aspectRatioWidth, int aspectRatioHeight) |
| BitrateChangeEvent Constructor.
|
|
virtual | ~BitrateChangeEvent () |
| BitrateChangeEvent Destructor.
|
|
int | getTime () const |
| Get Time. More...
|
|
long | getBitrate () const |
| Get Bitrate. More...
|
|
const std::string & | getDescription () const |
| Get Description. More...
|
|
int | getWidth () const |
| Get Width. More...
|
|
int | getHeight () const |
| Get Height. More...
|
|
double | getFrameRate () const |
| Get Frame Rate. More...
|
|
double | getPosition () const |
| Get Position. More...
|
|
bool | getCappedProfileStatus () const |
| Get Capped Profile status. More...
|
|
int | getDisplayWidth () const |
| Get display width. More...
|
|
int | getDisplayHeight () const |
| Get output tv display Height. More...
|
|
VideoScanType | getScanType () const |
| Get Video Scan Type. More...
|
|
int | getAspectRatioWidth () const |
| Get Aspect Ratio Width. More...
|
|
int | getAspectRatioHeight () const |
| Get Aspect Ratio Height. More...
|
|
| 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...
|
|
Class for the Bitrate change event.
Definition at line 1021 of file AampEvent.h.
◆ BitrateChangeEvent()
BitrateChangeEvent::BitrateChangeEvent |
( |
| ) |
|
|
delete |
- Parameters
-
[in] | time | - Time of bitrate change |
[in] | bitrate | - New bitrate |
[in] | desc | - Reason of change |
[in] | width | - Video width |
[in] | height | - Video height |
[in] | frameRate | - Framerate |
[in] | position | - Position |
[in] | cappedProfile | - Profile capping status |
[in] | displayWidth | - Output tv display width |
[in] | displayHeight | - Output tv dispay height |
[in] | videoScanType | - Video Scan Type |
[in] | position | - Aspect Ratio Width |
[in] | position | - Aspect Ratio Height |
◆ getTime()
BitrateChangeEvent::getTime |
( |
| ) |
const |
◆ getBitrate()
BitrateChangeEvent::getBitrate |
( |
| ) |
const |
◆ getDescription()
BitrateChangeEvent::getDescription |
( |
| ) |
const |
◆ getWidth()
BitrateChangeEvent::getWidth |
( |
| ) |
const |
◆ getHeight()
BitrateChangeEvent::getHeight |
( |
| ) |
const |
◆ getFrameRate()
BitrateChangeEvent::getFrameRate |
( |
| ) |
const |
◆ getPosition()
BitrateChangeEvent::getPosition |
( |
| ) |
const |
◆ getCappedProfileStatus()
BitrateChangeEvent::getCappedProfileStatus |
( |
| ) |
const |
Get Capped Profile status.
- Returns
- profile filterting restricted status
Definition at line 609 of file AampEvent.cpp.
◆ getDisplayWidth()
BitrateChangeEvent::getDisplayWidth |
( |
| ) |
const |
Get display width.
- Returns
- output display tv width
Definition at line 619 of file AampEvent.cpp.
◆ getDisplayHeight()
BitrateChangeEvent::getDisplayHeight |
( |
| ) |
const |
Get output tv display Height.
- Returns
- output display tv height
Definition at line 629 of file AampEvent.cpp.
◆ getScanType()
BitrateChangeEvent::getScanType |
( |
| ) |
const |
Get Video Scan Type.
- Returns
- output video scan type
Definition at line 639 of file AampEvent.cpp.
◆ getAspectRatioWidth()
BitrateChangeEvent::getAspectRatioWidth |
( |
| ) |
const |
Get Aspect Ratio Width.
- Returns
- output aspect ratio width
Definition at line 649 of file AampEvent.cpp.
◆ getAspectRatioHeight()
BitrateChangeEvent::getAspectRatioHeight |
( |
| ) |
const |
Get Aspect Ratio Height.
- Returns
- output Aspect Ratio Height
Definition at line 659 of file AampEvent.cpp.
◆ mTime
int BitrateChangeEvent::mTime |
|
private |
◆ mBitrate
long BitrateChangeEvent::mBitrate |
|
private |
◆ mDescription
std::string BitrateChangeEvent::mDescription |
|
private |
◆ mWidth
int BitrateChangeEvent::mWidth |
|
private |
◆ mHeight
int BitrateChangeEvent::mHeight |
|
private |
◆ mFrameRate
double BitrateChangeEvent::mFrameRate |
|
private |
◆ mPosition
double BitrateChangeEvent::mPosition |
|
private |
Position at which bitrate changed
Definition at line 1029 of file AampEvent.h.
◆ mCappedProfile
bool BitrateChangeEvent::mCappedProfile |
|
private |
Capped/Restricted profile status
Definition at line 1030 of file AampEvent.h.
◆ mDisplayWidth
int BitrateChangeEvent::mDisplayWidth |
|
private |
◆ mDisplayHeight
int BitrateChangeEvent::mDisplayHeight |
|
private |
◆ mVideoScanType
Video Scan Type progressive/interlaced
Definition at line 1033 of file AampEvent.h.
◆ mAspectRatioWidth
int BitrateChangeEvent::mAspectRatioWidth |
|
private |
◆ mAspectRatioHeight
int BitrateChangeEvent::mAspectRatioHeight |
|
private |
The documentation for this class was generated from the following files: