FFmpeg
|
Context Struct Reference
support non continuous caching support keeping files support filling with a background thread More...
Collaboration diagram for Context:
Data Fields | |
int | fd |
int64_t | end |
int64_t | pos |
URLContext * | inner |
Detailed Description
support non continuous caching support keeping files support filling with a background thread
Field Documentation
int64_t Context::end |
Definition at line 49 of file cache.c.
Referenced by cache_read(), and cache_seek().
int Context::fd |
Definition at line 48 of file cache.c.
Referenced by cache_close(), cache_open(), 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().
int64_t Context::pos |
Definition at line 50 of file cache.c.
Referenced by cache_read(), and cache_seek().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11