|
|
AVClass * | class |
| |
|
URLContext * | inner |
| |
|
int | seek_request |
| |
|
int64_t | seek_pos |
| |
|
int | seek_whence |
| |
|
int | seek_completed |
| |
|
int64_t | seek_ret |
| |
|
int | inner_io_error |
| |
|
int | io_error |
| |
|
int | io_eof_reached |
| |
|
int64_t | logical_pos |
| |
|
int64_t | logical_size |
| |
|
RingBuffer | ring |
| |
|
pthread_cond_t | cond_wakeup_main |
| |
|
pthread_cond_t | cond_wakeup_background |
| |
|
pthread_mutex_t | mutex |
| |
|
pthread_t | async_buffer_thread |
| |
|
int | abort_request |
| |
|
AVIOInterruptCB | interrupt_callback |
| |
|
int | fd |
| |
|
struct AVTreeNode * | root |
| |
|
int64_t | cache_pos |
| |
|
int64_t | inner_pos |
| |
|
int64_t | end |
| |
|
int | is_true_eof |
| |
|
int64_t | cache_hit |
| |
|
int64_t | cache_miss |
| |
|
int | read_ahead_limit |
| |
The documentation for this struct was generated from the following files:
- libavformat/async.c
- libavformat/cache.c