Libav
|
#include <avconv.h>
Data Fields | |
AVFilterContext * | filter |
struct OutputStream * | ost |
struct FilterGraph * | graph |
uint8_t * | name |
AVFilterInOut * | out_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 |
AVFilterContext* OutputFilter::filter |
Definition at line 220 of file avconv.h.
Referenced by configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), init_output_stream(), init_output_stream_encode(), and poll_filter().
struct OutputStream* OutputFilter::ost |
Definition at line 221 of file avconv.h.
Referenced by configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), DEF_CHOOSE_FORMAT(), ifilter_send_eof(), and init_output_filter().
struct FilterGraph* OutputFilter::graph |
Definition at line 222 of file avconv.h.
Referenced by DEF_CHOOSE_FORMAT(), get_input_stream(), init_complex_filtergraph(), poll_filters(), and transcode_init().
uint8_t* OutputFilter::name |
Definition at line 223 of file avconv.h.
Referenced by avconv_cleanup(), configure_output_filter(), and transcode_init().
AVFilterInOut* OutputFilter::out_tmp |
Definition at line 226 of file avconv.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().
enum AVMediaType OutputFilter::type |
Definition at line 227 of file avconv.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().
int OutputFilter::width |
Definition at line 230 of file avconv.h.
Referenced by configure_filtergraph(), configure_output_video_filter(), and open_output_file().
int OutputFilter::height |
Definition at line 230 of file avconv.h.
Referenced by configure_filtergraph(), configure_output_video_filter(), and open_output_file().
AVRational OutputFilter::frame_rate |
Definition at line 231 of file avconv.h.
Referenced by open_output_file().
int OutputFilter::format |
Definition at line 232 of file avconv.h.
Referenced by configure_filtergraph(), DEF_CHOOSE_FORMAT(), init_output_filter(), and open_output_file().
int OutputFilter::sample_rate |
Definition at line 233 of file avconv.h.
Referenced by configure_filtergraph(), and open_output_file().
uint64_t OutputFilter::channel_layout |
Definition at line 234 of file avconv.h.
Referenced by configure_filtergraph(), and open_output_file().
int* OutputFilter::formats |
Definition at line 237 of file avconv.h.
Referenced by avconv_cleanup(), and open_output_file().
uint64_t* OutputFilter::channel_layouts |
Definition at line 238 of file avconv.h.
Referenced by avconv_cleanup(), and open_output_file().
int* OutputFilter::sample_rates |
Definition at line 239 of file avconv.h.
Referenced by avconv_cleanup(), and open_output_file().