Libav
Data Fields
AvsFormat Struct Reference

Data Fields

VocDecContext voc
 
AVStreamst_video
 
AVStreamst_audio
 
int width
 
int height
 
int bits_per_sample
 
int fps
 
int nb_frames
 
int remaining_frame_size
 
int remaining_audio_size
 

Detailed Description

Definition at line 26 of file avs.c.

Field Documentation

§ voc

VocDecContext AvsFormat::voc

Definition at line 27 of file avs.c.

§ st_video

AVStream* AvsFormat::st_video

Definition at line 28 of file avs.c.

Referenced by avs_read_header(), avs_read_packet(), and avs_read_video_packet().

§ st_audio

AVStream* AvsFormat::st_audio

Definition at line 29 of file avs.c.

Referenced by avs_read_audio_packet(), avs_read_header(), and avs_read_packet().

§ width

int AvsFormat::width

Definition at line 30 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

§ height

int AvsFormat::height

Definition at line 31 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

§ bits_per_sample

int AvsFormat::bits_per_sample

Definition at line 32 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

§ fps

int AvsFormat::fps

Definition at line 33 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

§ nb_frames

int AvsFormat::nb_frames

Definition at line 34 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

§ remaining_frame_size

int AvsFormat::remaining_frame_size

Definition at line 35 of file avs.c.

Referenced by avs_read_header(), and avs_read_packet().

§ remaining_audio_size

int AvsFormat::remaining_audio_size

Definition at line 36 of file avs.c.

Referenced by avs_read_audio_packet(), avs_read_header(), and avs_read_packet().


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