Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <Filesystem.h>

Inheritance diagram for kodi::vfs::CacheStatus:
kodi::addon::CStructHdl< CacheStatus, VFS_CACHE_STATUS_DATA >

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 CacheStatus &cppClass)
 
 CStructHdl (const VFS_CACHE_STATUS_DATA *cStructure)
 
 CStructHdl (VFS_CACHE_STATUS_DATA *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const VFS_CACHE_STATUS_DATA &right)
 
virtual ~CStructHdl ()
 
 operator VFS_CACHE_STATUS_DATA * ()
 
 operator const VFS_CACHE_STATUS_DATA * () const
 
const VFS_CACHE_STATUS_DATAGetCStructure () const
 

Additional Inherited Members

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

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