FFmpeg
Data Fields
CacheContext Struct Reference

Data Fields

AVClassclass
 
int fd
 
char * filename
 
struct AVTreeNoderoot
 
int64_t logical_pos
 
int64_t cache_pos
 
int64_t inner_pos
 
int64_t end
 
int is_true_eof
 
URLContextinner
 
int64_t cache_hit
 
int64_t cache_miss
 
int read_ahead_limit
 

Detailed Description

Definition at line 55 of file cache.c.

Field Documentation

◆ class

AVClass* CacheContext::class

Definition at line 56 of file cache.c.

◆ fd

int CacheContext::fd

Definition at line 57 of file cache.c.

◆ filename

char* CacheContext::filename

Definition at line 58 of file cache.c.

◆ root

struct AVTreeNode* CacheContext::root

Definition at line 59 of file cache.c.

◆ logical_pos

int64_t CacheContext::logical_pos

Definition at line 60 of file cache.c.

◆ cache_pos

int64_t CacheContext::cache_pos

Definition at line 61 of file cache.c.

◆ inner_pos

int64_t CacheContext::inner_pos

Definition at line 62 of file cache.c.

◆ end

int64_t CacheContext::end

Definition at line 63 of file cache.c.

◆ is_true_eof

int CacheContext::is_true_eof

Definition at line 64 of file cache.c.

◆ inner

URLContext* CacheContext::inner

Definition at line 65 of file cache.c.

◆ cache_hit

int64_t CacheContext::cache_hit

Definition at line 66 of file cache.c.

◆ cache_miss

int64_t CacheContext::cache_miss

Definition at line 66 of file cache.c.

◆ read_ahead_limit

int CacheContext::read_ahead_limit

Definition at line 67 of file cache.c.


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