![]() |
RDK Documentation (Open Sourced RDK Components)
|
context during curl callbacks More...
#include <AampCurlStore.h>

Public Member Functions | |
| CurlCallbackContext (PrivateInstanceAAMP *_aamp, GrowableBuffer *_buffer) | |
| CurlCallbackContext (const CurlCallbackContext &other)=delete | |
| CurlCallbackContext & | operator= (const CurlCallbackContext &other)=delete |
Data Fields | |
| PrivateInstanceAAMP * | aamp |
| MediaType | fileType |
| std::vector< std::string > | allResponseHeadersForErrorLogging |
| GrowableBuffer * | buffer |
| httpRespHeaderData * | responseHeaderData |
| long | bitrate |
| bool | downloadIsEncoded |
| bool | chunkedDownload |
| std::string | remoteUrl |
| size_t | contentLength |
| long long | downloadStartTime |
context during curl callbacks
Definition at line 232 of file AampCurlStore.h.