Libav
Data Fields
OutputFilter Struct Reference

#include <avconv.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
 
int * formats
 
uint64_t * channel_layouts
 
int * sample_rates
 

Detailed Description

Definition at line 219 of file avconv.h.

Field Documentation

◆ filter

AVFilterContext* OutputFilter::filter

◆ ost

struct OutputStream* OutputFilter::ost

◆ graph

struct FilterGraph* OutputFilter::graph

◆ name

uint8_t* OutputFilter::name

Definition at line 223 of file avconv.h.

Referenced by avconv_cleanup(), configure_output_filter(), and transcode_init().

◆ out_tmp

AVFilterInOut* OutputFilter::out_tmp

Definition at line 226 of file avconv.h.

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

◆ type

enum AVMediaType OutputFilter::type

Definition at line 227 of file avconv.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 231 of file avconv.h.

Referenced by open_output_file().

◆ format

int OutputFilter::format

◆ sample_rate

int OutputFilter::sample_rate

Definition at line 233 of file avconv.h.

Referenced by configure_filtergraph(), and open_output_file().

◆ channel_layout

uint64_t OutputFilter::channel_layout

Definition at line 234 of file avconv.h.

Referenced by configure_filtergraph(), and open_output_file().

◆ formats

int* OutputFilter::formats

Definition at line 237 of file avconv.h.

Referenced by avconv_cleanup(), and open_output_file().

◆ channel_layouts

uint64_t* OutputFilter::channel_layouts

Definition at line 238 of file avconv.h.

Referenced by avconv_cleanup(), and open_output_file().

◆ sample_rates

int* OutputFilter::sample_rates

Definition at line 239 of file avconv.h.

Referenced by avconv_cleanup(), and open_output_file().


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