FFmpeg
Data Fields
InputFilter Struct Reference

#include <ffmpeg.h>

Data Fields

AVFilterContextfilter
 
struct InputStreamist
 
struct FilterGraphgraph
 
uint8_tname
 
enum AVMediaType type
 
AVFifoBufferframe_queue
 
int format
 
int width
 
int height
 
AVRational sample_aspect_ratio
 
int sample_rate
 
int channels
 
uint64_t channel_layout
 
AVBufferRefhw_frames_ctx
 
int eof
 

Detailed Description

Definition at line 235 of file ffmpeg.h.

Field Documentation

◆ filter

AVFilterContext* InputFilter::filter

◆ ist

struct InputStream* InputFilter::ist

◆ graph

struct FilterGraph* InputFilter::graph

Definition at line 238 of file ffmpeg.h.

Referenced by DEF_CHOOSE_FORMAT(), ifilter_send_frame(), init_input_filter(), and transcode_init().

◆ name

uint8_t* InputFilter::name

Definition at line 239 of file ffmpeg.h.

Referenced by ffmpeg_cleanup(), init_input_filter(), and transcode_init().

◆ type

enum AVMediaType InputFilter::type

Definition at line 240 of file ffmpeg.h.

Referenced by ifilter_has_all_input_formats(), ifilter_send_eof(), and init_input_filter().

◆ frame_queue

AVFifoBuffer* InputFilter::frame_queue

◆ format

int InputFilter::format

◆ width

int InputFilter::width

◆ height

int InputFilter::height

◆ sample_aspect_ratio

AVRational InputFilter::sample_aspect_ratio

◆ sample_rate

int InputFilter::sample_rate

◆ channels

int InputFilter::channels

◆ channel_layout

uint64_t InputFilter::channel_layout

◆ hw_frames_ctx

AVBufferRef* InputFilter::hw_frames_ctx

◆ eof

int InputFilter::eof

Definition at line 256 of file ffmpeg.h.

Referenced by configure_filtergraph(), and ifilter_send_eof().


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