FFmpeg
|
support non continuous caching support keeping files support filling with a background thread More...
Data Fields | |
int | fd |
int64_t | end |
int64_t | pos |
URLContext * | inner |
support non continuous caching support keeping files support filling with a background thread
int Context::fd |
Definition at line 48 of file cache.c.
Referenced by cache_close(), cache_open(), cache_read(), and cache_seek().
int64_t Context::end |
Definition at line 49 of file cache.c.
Referenced by cache_read(), and cache_seek().
int64_t Context::pos |
Definition at line 50 of file cache.c.
Referenced by cache_read(), and cache_seek().
URLContext* Context::inner |
Definition at line 51 of file cache.c.
Referenced by cache_close(), cache_open(), cache_read(), and cache_seek().