Libav
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
 
AVCodecParametersaudio_par
 
AVCodecParametersvideo_par
 
AVStreamvideo_st
 

Detailed Description

Definition at line 70 of file swf.h.

Field Documentation

◆ duration_pos

int64_t SWFContext::duration_pos

Definition at line 71 of file swf.h.

Referenced by swf_write_header(), and swf_write_trailer().

◆ tag_pos

int64_t SWFContext::tag_pos

Definition at line 72 of file swf.h.

Referenced by put_swf_end_tag(), and put_swf_tag().

◆ vframes_pos

int64_t SWFContext::vframes_pos

Definition at line 73 of file swf.h.

Referenced by swf_write_trailer(), and swf_write_video().

◆ samples_per_frame

int SWFContext::samples_per_frame

Definition at line 74 of file swf.h.

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

◆ sound_samples

int SWFContext::sound_samples

Definition at line 75 of file swf.h.

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

◆ swf_frame_number

int SWFContext::swf_frame_number

Definition at line 76 of file swf.h.

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

◆ video_frame_number

int SWFContext::video_frame_number

Definition at line 77 of file swf.h.

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

◆ frame_rate

int SWFContext::frame_rate

Definition at line 78 of file swf.h.

Referenced by swf_read_header(), and swf_read_packet().

◆ tag

int SWFContext::tag

Definition at line 79 of file swf.h.

Referenced by put_swf_end_tag(), and put_swf_tag().

◆ audio_fifo

AVFifoBuffer* SWFContext::audio_fifo

Definition at line 80 of file swf.h.

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

◆ audio_par

AVCodecParameters* SWFContext::audio_par

Definition at line 81 of file swf.h.

Referenced by swf_write_header(), and swf_write_video().

◆ video_par

AVCodecParameters * SWFContext::video_par

Definition at line 81 of file swf.h.

Referenced by swf_write_audio(), and swf_write_header().

◆ video_st

AVStream* SWFContext::video_st

Definition at line 82 of file swf.h.

Referenced by swf_write_header().


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