FFmpeg
Data Fields
IFVContext Struct Reference

Data Fields

uint32_t next_video_index
 
uint32_t next_audio_index
 
uint32_t total_vframes
 
uint32_t total_aframes
 
int width
 
int height
 
int is_audio_present
 
int sample_rate
 
int video_stream_index
 
int audio_stream_index
 

Detailed Description

Definition at line 30 of file ifv.c.

Field Documentation

◆ next_video_index

uint32_t IFVContext::next_video_index

Definition at line 31 of file ifv.c.

Referenced by ifv_read_header(), ifv_read_packet(), and ifv_read_seek().

◆ next_audio_index

uint32_t IFVContext::next_audio_index

Definition at line 32 of file ifv.c.

Referenced by ifv_read_header(), ifv_read_packet(), and ifv_read_seek().

◆ total_vframes

uint32_t IFVContext::total_vframes

Definition at line 33 of file ifv.c.

Referenced by ifv_read_packet(), ifv_read_seek(), parse_header(), and read_index().

◆ total_aframes

uint32_t IFVContext::total_aframes

Definition at line 34 of file ifv.c.

Referenced by ifv_read_packet(), ifv_read_seek(), parse_header(), and read_index().

◆ width

int IFVContext::width

Definition at line 36 of file ifv.c.

Referenced by ifv_read_header(), and parse_header().

◆ height

int IFVContext::height

Definition at line 36 of file ifv.c.

Referenced by ifv_read_header(), and parse_header().

◆ is_audio_present

int IFVContext::is_audio_present

Definition at line 37 of file ifv.c.

Referenced by ifv_read_header(), ifv_read_packet(), and parse_header().

◆ sample_rate

int IFVContext::sample_rate

Definition at line 38 of file ifv.c.

Referenced by ifv_read_header(), and parse_header().

◆ video_stream_index

int IFVContext::video_stream_index

Definition at line 40 of file ifv.c.

Referenced by ifv_read_header(), ifv_read_packet(), ifv_read_seek(), and read_index().

◆ audio_stream_index

int IFVContext::audio_stream_index

Definition at line 41 of file ifv.c.

Referenced by ifv_read_header(), ifv_read_packet(), and read_index().


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