Kodi Development  20.0
for Binary and Script based Add-Ons

Inherits CStructHdl< CacheStatus, VFS_CACHE_STATUS_DATA >.

Public Member Functions

unsigned int GetCurrentRate ()
 Get average read rate from source file since last position change. More...
 
uint64_t GetForward ()
 Get number of bytes cached forward of current position. More...
 
bool GetLowspeed ()
 Get cache low speed condition detected. More...
 
unsigned int GetMaxRate ()
 Set maximum number of bytes per second cache is allowed to fill. More...
 
void SetCurrentRate (unsigned int currate)
 Set average read rate from source file since last position change. More...
 
void SetForward (uint64_t forward)
 Set number of bytes cached forward of current position. More...
 
void SetLowspeed (bool lowspeed)
 Set cache low speed condition detected. More...
 
void SetMaxRate (unsigned int maxrate)
 Set maximum number of bytes per second cache is allowed to fill. More...
 
- Public Member Functions inherited from CStructHdl< CacheStatus, VFS_CACHE_STATUS_DATA >
 CStructHdl (const CacheStatus &cppClass)
 
 CStructHdl (const VFS_CACHE_STATUS_DATA *cStructure)
 
 CStructHdl (VFS_CACHE_STATUS_DATA *cStructure)
 
const VFS_CACHE_STATUS_DATAGetCStructure () const
 
 operator const VFS_CACHE_STATUS_DATA * () const
 
 operator VFS_CACHE_STATUS_DATA * ()
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const VFS_CACHE_STATUS_DATA &right)
 

Additional Inherited Members

- Protected Attributes inherited from CStructHdl< CacheStatus, VFS_CACHE_STATUS_DATA >
VFS_CACHE_STATUS_DATAm_cStructure
 

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