FFmpeg
Data Fields
OutputFilter Struct Reference

#include <ffmpeg.h>

Data Fields

struct OutputStreamost
 
struct FilterGraphgraph
 
uint8_t * name
 
uint8_t * linklabel
 
enum AVMediaType type
 
int64_t last_pts
 

Detailed Description

Definition at line 291 of file ffmpeg.h.

Field Documentation

◆ ost

struct OutputStream* OutputFilter::ost

◆ graph

struct FilterGraph* OutputFilter::graph

Definition at line 293 of file ffmpeg.h.

Referenced by fg_output_step(), ofilter_alloc(), ofilter_bind_ost(), and ost_add().

◆ name

uint8_t* OutputFilter::name

Definition at line 294 of file ffmpeg.h.

Referenced by configure_output_filter(), fg_create(), fg_free(), and ost_add().

◆ linklabel

uint8_t* OutputFilter::linklabel

Definition at line 298 of file ffmpeg.h.

Referenced by create_streams(), fg_create(), fg_free(), map_manual(), and ofilter_bind_ost().

◆ type

enum AVMediaType OutputFilter::type

Definition at line 300 of file ffmpeg.h.

Referenced by create_streams(), fg_create(), and map_manual().

◆ last_pts

int64_t OutputFilter::last_pts

Definition at line 303 of file ffmpeg.h.

Referenced by ofilter_alloc().


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