FFmpeg
|
Data Fields | |
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 |
char * | filename |
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 |
URLContext * Context::inner |
RingBuffer Context::ring |
pthread_cond_t Context::cond_wakeup_main |
pthread_cond_t Context::cond_wakeup_background |
pthread_mutex_t Context::mutex |
AVIOInterruptCB Context::interrupt_callback |
struct AVTreeNode* Context::root |