FFmpeg  4.0
Data Fields
OutputFilter Struct Reference

#include <fftools/ffmpeg.h>

Data Fields

AVFilterContextfilter
 
struct OutputStreamost
 
struct FilterGraphgraph
 
uint8_tname
 
AVFilterInOutout_tmp
 
enum AVMediaType type
 
int width
 
int height
 
AVRational frame_rate
 
int format
 
int sample_rate
 
uint64_t channel_layout
 
intformats
 
uint64_t * channel_layouts
 
intsample_rates
 

Detailed Description

Definition at line 259 of file ffmpeg.h.

Field Documentation

◆ filter

AVFilterContext* OutputFilter::filter

◆ ost

struct OutputStream* OutputFilter::ost

◆ graph

struct FilterGraph* OutputFilter::graph

◆ name

uint8_t* OutputFilter::name

◆ out_tmp

AVFilterInOut* OutputFilter::out_tmp

Definition at line 266 of file ffmpeg.h.

Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().

◆ type

enum AVMediaType OutputFilter::type

Definition at line 267 of file ffmpeg.h.

Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().

◆ width

int OutputFilter::width

◆ height

int OutputFilter::height

◆ frame_rate

AVRational OutputFilter::frame_rate

Definition at line 271 of file ffmpeg.h.

Referenced by open_output_file().

◆ format

int OutputFilter::format

◆ sample_rate

int OutputFilter::sample_rate

Definition at line 273 of file ffmpeg.h.

Referenced by configure_filtergraph(), and open_output_file().

◆ channel_layout

uint64_t OutputFilter::channel_layout

Definition at line 274 of file ffmpeg.h.

Referenced by configure_filtergraph(), and open_output_file().

◆ formats

int* OutputFilter::formats

Definition at line 277 of file ffmpeg.h.

Referenced by ffmpeg_cleanup(), and open_output_file().

◆ channel_layouts

uint64_t* OutputFilter::channel_layouts

Definition at line 278 of file ffmpeg.h.

Referenced by ffmpeg_cleanup(), and open_output_file().

◆ sample_rates

int* OutputFilter::sample_rates

Definition at line 279 of file ffmpeg.h.

Referenced by ffmpeg_cleanup(), and open_output_file().


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