FFmpeg  1.2.12
Data Fields
SWFContext Struct Reference

#include <swf.h>

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 frame_rate
int tag
AVFifoBufferaudio_fifo
AVCodecContextaudio_enc
AVCodecContextvideo_enc

Detailed Description

Definition at line 126 of file swf.h.

Field Documentation

AVCodecContext* SWFContext::audio_enc

Definition at line 137 of file swf.h.

Referenced by swf_write_header(), and swf_write_video().

AVFifoBuffer* SWFContext::audio_fifo

Definition at line 136 of file swf.h.

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

int64_t SWFContext::duration_pos

Definition at line 127 of file swf.h.

Referenced by swf_write_header(), and swf_write_trailer().

int SWFContext::frame_rate

Definition at line 134 of file swf.h.

Referenced by swf_read_header(), and swf_read_packet().

int SWFContext::samples_per_frame

Definition at line 130 of file swf.h.

Referenced by swf_read_header(), swf_read_packet(), and swf_write_header().

int SWFContext::sound_samples

Definition at line 131 of file swf.h.

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

int SWFContext::swf_frame_number

Definition at line 132 of file swf.h.

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

int SWFContext::tag

Definition at line 135 of file swf.h.

Referenced by put_swf_end_tag(), and put_swf_tag().

int64_t SWFContext::tag_pos

Definition at line 128 of file swf.h.

Referenced by put_swf_end_tag(), and put_swf_tag().

int64_t SWFContext::vframes_pos

Definition at line 129 of file swf.h.

Referenced by swf_write_trailer(), and swf_write_video().

AVCodecContext * SWFContext::video_enc

Definition at line 137 of file swf.h.

Referenced by swf_write_audio(), and swf_write_header().

int SWFContext::video_frame_number

Definition at line 133 of file swf.h.

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


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