Miam-Player  0.8.0
A nice music player
AVFilterInOut Struct Reference

#include <avfilter.h>

Public Attributes

char * name
 
AVFilterContextfilter_ctx
 
int pad_idx
 
struct AVFilterInOutnext
 

Detailed Description

A linked-list of the inputs/outputs of the filter chain.

This is mainly useful for avfilter_graph_parse() / avfilter_graph_parse2(), where it is used to communicate open (unlinked) inputs and outputs from and to the caller. This struct specifies, per each not connected pad contained in the graph, the filter context and the pad index required for establishing a link.

Member Data Documentation

◆ filter_ctx

AVFilterContext* AVFilterInOut::filter_ctx

filter context associated to this input/output

◆ name

char* AVFilterInOut::name

unique name for this input/output in the list

◆ next

struct AVFilterInOut* AVFilterInOut::next

next input/input in the list, NULL if this is the last

◆ pad_idx

int AVFilterInOut::pad_idx

index of the filt_ctx pad to use for linking


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