RDK Documentation (Open Sourced RDK Components)
|
Currently placing Ad's object. More...
#include <admanager_mpd.h>
Public Member Functions | |
PlacementObj () | |
PlacementObj constructor. | |
Data Fields | |
std::string | pendingAdbrkId |
std::string | openPeriodId |
uint64_t | curEndNumber |
int | curAdIdx |
uint32_t | adNextOffset |
Currently placing Ad's object.
Definition at line 256 of file admanager_mpd.h.
std::string PlacementObj::pendingAdbrkId |
Only one Adbreak will be pending for replacement
Definition at line 257 of file admanager_mpd.h.
std::string PlacementObj::openPeriodId |
The period in the adbreak that is progressing
Definition at line 258 of file admanager_mpd.h.
uint64_t PlacementObj::curEndNumber |
Current periods last fragment number
Definition at line 259 of file admanager_mpd.h.
int PlacementObj::curAdIdx |
Currently placing ad, during MPD progression
Definition at line 260 of file admanager_mpd.h.
uint32_t PlacementObj::adNextOffset |
Current Ad's offset to be placed in the next iteration of PlaceAds
Definition at line 261 of file admanager_mpd.h.