FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
OutputFilter Struct Reference

#include <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

AVFilterContext* OutputFilter::filter
struct OutputStream* OutputFilter::ost
struct FilterGraph* OutputFilter::graph
uint8_t* OutputFilter::name
AVFilterInOut* OutputFilter::out_tmp

Definition at line 266 of file ffmpeg.h.

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

enum AVMediaType OutputFilter::type

Definition at line 267 of file ffmpeg.h.

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

int OutputFilter::width
int OutputFilter::height
AVRational OutputFilter::frame_rate

Definition at line 271 of file ffmpeg.h.

Referenced by open_output_file().

int OutputFilter::format
int OutputFilter::sample_rate

Definition at line 273 of file ffmpeg.h.

Referenced by configure_filtergraph(), and open_output_file().

uint64_t OutputFilter::channel_layout

Definition at line 274 of file ffmpeg.h.

Referenced by configure_filtergraph(), and open_output_file().

int* OutputFilter::formats

Definition at line 277 of file ffmpeg.h.

Referenced by ffmpeg_cleanup(), and open_output_file().

uint64_t* OutputFilter::channel_layouts

Definition at line 278 of file ffmpeg.h.

Referenced by ffmpeg_cleanup(), and open_output_file().

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: