Class for the Media Error event.
More...
#include <AampEvent.h>
Class for the Media Error event.
Definition at line 534 of file AampEvent.h.
◆ MediaErrorEvent()
MediaErrorEvent::MediaErrorEvent |
( |
| ) |
|
|
delete |
- Parameters
-
[in] | failure | - Failure type |
[in] | code | - Error code |
[in] | desc | - Error description |
[in] | shouldRetry | - Retry or not |
◆ getFailure()
MediaErrorEvent::getFailure |
( |
| ) |
const |
◆ getCode()
MediaErrorEvent::getCode |
( |
| ) |
const |
◆ getDescription()
const std::string & MediaErrorEvent::getDescription |
( |
| ) |
const |
◆ shouldRetry()
MediaErrorEvent::shouldRetry |
( |
| ) |
const |
Retry or not.
- Returns
- Retry or don't retry
Definition at line 164 of file AampEvent.cpp.
◆ mFailure
◆ mCode
int MediaErrorEvent::mCode |
|
private |
◆ mDescription
std::string MediaErrorEvent::mDescription |
|
private |
◆ mShouldRetry
bool MediaErrorEvent::mShouldRetry |
|
private |
If recovery on retry is possible
Definition at line 539 of file AampEvent.h.
◆ mSecManagerClass
int32_t MediaErrorEvent::mSecManagerClass |
|
private |
◆ mSecManagerReasonCode
int32_t MediaErrorEvent::mSecManagerReasonCode |
|
private |
◆ mBusinessStatus
int32_t MediaErrorEvent::mBusinessStatus |
|
private |
secclient business reason code
Definition at line 543 of file AampEvent.h.
The documentation for this class was generated from the following files: