Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
HttpFileDownloadContext Struct Reference

Public Attributes

std::shared_ptr< XFILE::CFilefile
 
CHttpRanges ranges
 
size_t rangeCountTotal
 
std::string boundary
 
std::string boundaryWithHeader
 
std::string boundaryEnd
 
bool boundaryWritten
 
std::string contentType
 
uint64_t writePosition
 

Member Data Documentation

◆ boundary

std::string HttpFileDownloadContext::boundary

◆ boundaryEnd

std::string HttpFileDownloadContext::boundaryEnd

◆ boundaryWithHeader

std::string HttpFileDownloadContext::boundaryWithHeader

◆ boundaryWritten

bool HttpFileDownloadContext::boundaryWritten

◆ contentType

std::string HttpFileDownloadContext::contentType

◆ file

std::shared_ptr<XFILE::CFile> HttpFileDownloadContext::file

◆ rangeCountTotal

size_t HttpFileDownloadContext::rangeCountTotal

◆ ranges

CHttpRanges HttpFileDownloadContext::ranges

◆ writePosition

uint64_t HttpFileDownloadContext::writePosition

The documentation for this struct was generated from the following file: