Class for ad placement events.
More...
#include <AampEvent.h>
Class for ad placement events.
Definition at line 1708 of file AampEvent.h.
◆ AdPlacementEvent()
AdPlacementEvent::AdPlacementEvent |
( |
| ) |
|
|
delete |
- Parameters
-
[in] | evtType | - Event type |
[in] | adId | - Ad Id |
[in] | position | - Ad's position (in channel's PTS) |
[in] | offset | - Ad's start offset |
[in] | duration | - Ad's duration in MS |
[in] | errorCode | - Error code, in case of placement error |
◆ getAdId()
const std::string & AdPlacementEvent::getAdId |
( |
| ) |
const |
◆ getPosition()
uint32_t AdPlacementEvent::getPosition |
( |
| ) |
const |
Get Ad's Position.
- Returns
- Ad's position (in channel's PTS)
Definition at line 1182 of file AampEvent.cpp.
◆ getOffset()
uint32_t AdPlacementEvent::getOffset |
( |
| ) |
const |
◆ getDuration()
uint32_t AdPlacementEvent::getDuration |
( |
| ) |
const |
◆ getErrorCode()
AdPlacementEvent::getErrorCode |
( |
| ) |
const |
◆ mAdId
std::string AdPlacementEvent::mAdId |
|
private |
◆ mPosition
uint32_t AdPlacementEvent::mPosition |
|
private |
Ad Position relative to Reservation Start
Definition at line 1711 of file AampEvent.h.
◆ mOffset
uint32_t AdPlacementEvent::mOffset |
|
private |
◆ mDuration
uint32_t AdPlacementEvent::mDuration |
|
private |
◆ mErrorCode
int AdPlacementEvent::mErrorCode |
|
private |
The documentation for this class was generated from the following files: