|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CHttpRange, including all inherited members.
| CHttpRange()=default | CHttpRange | |
| CHttpRange(uint64_t firstPosition, uint64_t lastPosition) | CHttpRange | |
| GetFirstPosition() const | CHttpRange | inlinevirtual |
| GetLastPosition() const | CHttpRange | inlinevirtual |
| GetLength() const | CHttpRange | virtual |
| IsValid() const | CHttpRange | virtual |
| m_first | CHttpRange | protected |
| m_last | CHttpRange | protected |
| operator!=(const CHttpRange &other) const | CHttpRange | |
| operator<(const CHttpRange &other) const | CHttpRange | |
| operator==(const CHttpRange &other) const | CHttpRange | |
| SetFirstPosition(uint64_t firstPosition) | CHttpRange | inlinevirtual |
| SetLastPosition(uint64_t lastPosition) | CHttpRange | inlinevirtual |
| SetLength(uint64_t length) | CHttpRange | virtual |
| ~CHttpRange()=default | CHttpRange | virtual |