FFmpeg
Data Fields
SWFEncContext Struct Reference

Data Fields

int64_t duration_pos
 
int64_t tag_pos
 
int64_t vframes_pos
 
int samples_per_frame
 
int sound_samples
 
int swf_frame_number
 
int video_frame_number
 
int tag
 
AVFifoBufferaudio_fifo
 
AVCodecParametersaudio_par
 
AVCodecParametersvideo_par
 
AVStreamvideo_st
 

Detailed Description

Definition at line 32 of file swfenc.c.

Field Documentation

◆ duration_pos

int64_t SWFEncContext::duration_pos

Definition at line 33 of file swfenc.c.

Referenced by swf_write_header(), and swf_write_trailer().

◆ tag_pos

int64_t SWFEncContext::tag_pos

Definition at line 34 of file swfenc.c.

Referenced by put_swf_end_tag(), and put_swf_tag().

◆ vframes_pos

int64_t SWFEncContext::vframes_pos

Definition at line 35 of file swfenc.c.

Referenced by swf_write_trailer(), and swf_write_video().

◆ samples_per_frame

int SWFEncContext::samples_per_frame

Definition at line 36 of file swfenc.c.

Referenced by swf_write_header().

◆ sound_samples

int SWFEncContext::sound_samples

Definition at line 37 of file swfenc.c.

Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().

◆ swf_frame_number

int SWFEncContext::swf_frame_number

Definition at line 38 of file swfenc.c.

Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().

◆ video_frame_number

int SWFEncContext::video_frame_number

Definition at line 39 of file swfenc.c.

Referenced by swf_write_header(), swf_write_trailer(), and swf_write_video().

◆ tag

int SWFEncContext::tag

Definition at line 40 of file swfenc.c.

Referenced by put_swf_end_tag(), and put_swf_tag().

◆ audio_fifo

AVFifoBuffer* SWFEncContext::audio_fifo

Definition at line 41 of file swfenc.c.

Referenced by swf_deinit(), swf_write_audio(), swf_write_header(), and swf_write_video().

◆ audio_par

AVCodecParameters* SWFEncContext::audio_par

Definition at line 42 of file swfenc.c.

Referenced by swf_write_header(), and swf_write_video().

◆ video_par

AVCodecParameters * SWFEncContext::video_par

Definition at line 42 of file swfenc.c.

Referenced by swf_write_audio(), swf_write_header(), and swf_write_trailer().

◆ video_st

AVStream* SWFEncContext::video_st

Definition at line 43 of file swfenc.c.

Referenced by swf_write_header().


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