#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 |
AVFifoBuffer * | audio_fifo |
AVCodecContext * | audio_enc |
AVCodecContext * | video_enc |
AVCodecContext* SWFContext::audio_enc |
Definition at line 78 of file swf.h.
Referenced by swf_write_header(), and swf_write_video().
AVFifoBuffer* SWFContext::audio_fifo |
Definition at line 77 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 68 of file swf.h.
Referenced by swf_write_header(), and swf_write_trailer().
int SWFContext::frame_rate |
Definition at line 75 of file swf.h.
Referenced by swf_read_header(), and swf_read_packet().
int SWFContext::samples_per_frame |
Definition at line 71 of file swf.h.
Referenced by swf_read_header(), swf_read_packet(), and swf_write_header().
int SWFContext::sound_samples |
Definition at line 72 of file swf.h.
Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().
int SWFContext::swf_frame_number |
Definition at line 73 of file swf.h.
Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().
int SWFContext::tag |
Definition at line 76 of file swf.h.
Referenced by put_swf_end_tag(), and put_swf_tag().
int64_t SWFContext::tag_pos |
Definition at line 69 of file swf.h.
Referenced by put_swf_end_tag(), and put_swf_tag().
int64_t SWFContext::vframes_pos |
Definition at line 70 of file swf.h.
Referenced by swf_write_trailer(), and swf_write_video().
AVCodecContext * SWFContext::video_enc |
Definition at line 78 of file swf.h.
Referenced by swf_write_audio(), and swf_write_header().
int SWFContext::video_frame_number |
Definition at line 74 of file swf.h.
Referenced by swf_write_header(), swf_write_trailer(), and swf_write_video().