Libav
Data Fields
WtvContext Struct Reference

Data Fields

AVIOContextpb
 
int64_t epoch
 timeline file More...
 
int64_t pts
 
int64_t last_valid_pts
 pts for next data chunk More...
 
AVIndexEntryindex_entries
 latest valid pts, used for interactive seeking More...
 
int nb_index_entries
 
unsigned int index_entries_allocated_size
 

Detailed Description

Definition at line 327 of file wtv.c.

Field Documentation

◆ pb

AVIOContext* WtvContext::pb

◆ epoch

int64_t WtvContext::epoch

timeline file

Definition at line 329 of file wtv.c.

Referenced by parse_chunks(), read_header(), and read_seek().

◆ pts

int64_t WtvContext::pts

Definition at line 330 of file wtv.c.

Referenced by parse_chunks(), read_header(), read_packet(), and read_seek().

◆ last_valid_pts

int64_t WtvContext::last_valid_pts

pts for next data chunk

Definition at line 331 of file wtv.c.

Referenced by parse_chunks(), read_header(), and read_seek().

◆ index_entries

AVIndexEntry* WtvContext::index_entries

latest valid pts, used for interactive seeking

Definition at line 335 of file wtv.c.

Referenced by read_close(), read_header(), and read_seek().

◆ nb_index_entries

int WtvContext::nb_index_entries

Definition at line 336 of file wtv.c.

Referenced by read_header(), and read_seek().

◆ index_entries_allocated_size

unsigned int WtvContext::index_entries_allocated_size

Definition at line 337 of file wtv.c.

Referenced by read_header().


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