|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Filesystem.h>
Public Member Functions | |
| void | SetForward (uint64_t forward) |
| Set number of bytes cached forward of current position. | |
| uint64_t | GetForward () |
| Get number of bytes cached forward of current position. | |
| void | SetMaxRate (uint32_t maxrate) |
| Set maximum number of bytes per second cache is allowed to fill. | |
| uint32_t | GetMaxRate () |
| Set maximum number of bytes per second cache is allowed to fill. | |
| void | SetCurrentRate (uint32_t currate) |
| Set number of bytes per second for average read rate from source file since last position change. | |
| uint32_t | GetCurrentRate () |
| Get number of bytes per second for average read rate from source file since last position change. | |
| void | SetLowRate (uint32_t lowrate) |
| Set number of bytes per second for low speed rate. | |
| uint32_t | GetLowRate () |
| Get number of bytes per second for low speed rate. | |
Public Member Functions inherited from kodi::addon::CStructHdl< CacheStatus, VFS_CACHE_STATUS_DATA > | |
| CStructHdl () | |
| CStructHdl (const CStructHdl &cppClass) | |
| CStructHdl (const VFS_CACHE_STATUS_DATA *cStructure) | |
| CStructHdl (VFS_CACHE_STATUS_DATA *cStructure) | |
| const CStructHdl & | operator= (const CStructHdl &right) |
| const CStructHdl & | operator= (const VFS_CACHE_STATUS_DATA &right) |
| virtual | ~CStructHdl () |
| operator VFS_CACHE_STATUS_DATA * () | |
| operator const VFS_CACHE_STATUS_DATA * () const | |
| const VFS_CACHE_STATUS_DATA * | GetCStructure () const |
| VFS_CACHE_STATUS_DATA * | release () |
Additional Inherited Members | |
Protected Attributes inherited from kodi::addon::CStructHdl< CacheStatus, VFS_CACHE_STATUS_DATA > | |
| VFS_CACHE_STATUS_DATA * | m_cStructure |