Cache information status
Used on kodi::vfs::CFile::IoControlGetCacheStatus() to get running cache status of proccessed stream.
The following table contains values that can be set with class CacheStatus :
| Name | Type | Set call | Get call |
|---|---|---|---|
| Number of bytes cached | uint64_t | SetForward | GetForward |
| Maximum number of bytes per second | unsigned int | SetMaxRate | GetMaxRate |
| Average read rate from source file | unsigned int | SetCurrentRate | GetCurrentRate |
| Cache low speed condition detected | bool | SetLowspeed | GetLowspeed |
Modules | |
| <em>Value Help</em> | |