Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XFILE::SCacheStatus Struct Reference

#include <IFileTypes.h>

Public Attributes

uint64_t maxforward
 
uint64_t forward
 
uint32_t maxrate
 
uint32_t currate
 
uint32_t lowrate
 

Member Data Documentation

◆ currate

uint32_t XFILE::SCacheStatus::currate

average read rate (bytes/second) since last position change

◆ forward

uint64_t XFILE::SCacheStatus::forward

number of bytes cached forward of current position

◆ lowrate

uint32_t XFILE::SCacheStatus::lowrate

low speed read rate (bytes/second) (if any, else 0)

◆ maxforward

uint64_t XFILE::SCacheStatus::maxforward

forward cache max capacity in bytes

◆ maxrate

uint32_t XFILE::SCacheStatus::maxrate

maximum allowed read(fill) rate (bytes/second)


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