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_DATA * | GetCStructure () const |
| operator const VFS_CACHE_STATUS_DATA * () const | |
| operator VFS_CACHE_STATUS_DATA * () | |
| const CStructHdl & | operator= (const CStructHdl &right) |
| const CStructHdl & | operator= (const VFS_CACHE_STATUS_DATA &right) |
Additional Inherited Members | |
Protected Attributes inherited from CStructHdl< CacheStatus, VFS_CACHE_STATUS_DATA > | |
| VFS_CACHE_STATUS_DATA * | m_cStructure |