RDK Documentation (Open Sourced RDK Components)
|
context during curl progress callbacks More...
#include <AampCurlStore.h>
Public Member Functions | |
CurlProgressCbContext (PrivateInstanceAAMP *_aamp, long long _downloadStartTime) | |
CurlProgressCbContext (const CurlProgressCbContext &other)=delete | |
CurlProgressCbContext & | operator= (const CurlProgressCbContext &other)=delete |
Data Fields | |
PrivateInstanceAAMP * | aamp |
MediaType | fileType |
long long | downloadStartTime |
long long | downloadUpdatedTime |
long | startTimeout |
long | stallTimeout |
long | lowBWTimeout |
double | downloadSize |
CurlAbortReason | abortReason |
double | downloadNow |
long long | downloadNowUpdatedTime |
bool | dlStarted |
int | fragmentDurationMs |
std::string | remoteUrl |
context during curl progress callbacks
Definition at line 263 of file AampCurlStore.h.