FFmpeg  4.2.2
Data Fields
OutputStream Struct Reference

Data Fields

AVStreamst
 
AVCodecContextenc
 
int64_t next_pts
 
int samples_count
 
AVFrameframe
 
AVFrametmp_frame
 
float t
 
float tincr
 
float tincr2
 
struct SwsContext * sws_ctx
 
struct SwrContextswr_ctx
 

Detailed Description

Examples:
muxing.c.

Definition at line 53 of file muxing.c.

Field Documentation

◆ st

AVStream* OutputStream::st
Examples:
muxing.c.

Definition at line 54 of file muxing.c.

Referenced by add_stream(), open_audio(), open_video(), write_audio_frame(), and write_video_frame().

◆ enc

AVCodecContext* OutputStream::enc

◆ next_pts

int64_t OutputStream::next_pts
Examples:
muxing.c.

Definition at line 58 of file muxing.c.

Referenced by get_audio_frame(), get_video_frame(), and main().

◆ samples_count

int OutputStream::samples_count
Examples:
muxing.c.

Definition at line 59 of file muxing.c.

Referenced by write_audio_frame().

◆ frame

AVFrame* OutputStream::frame

◆ tmp_frame

AVFrame* OutputStream::tmp_frame
Examples:
muxing.c.

Definition at line 62 of file muxing.c.

Referenced by close_stream(), get_audio_frame(), get_video_frame(), open_audio(), and open_video().

◆ t

float OutputStream::t
Examples:
muxing.c.

Definition at line 64 of file muxing.c.

Referenced by get_audio_frame(), and open_audio().

◆ tincr

float OutputStream::tincr
Examples:
muxing.c.

Definition at line 64 of file muxing.c.

Referenced by get_audio_frame(), and open_audio().

◆ tincr2

float OutputStream::tincr2
Examples:
muxing.c.

Definition at line 64 of file muxing.c.

Referenced by get_audio_frame(), and open_audio().

◆ sws_ctx

struct SwsContext* OutputStream::sws_ctx
Examples:
muxing.c.

Definition at line 66 of file muxing.c.

Referenced by close_stream(), and get_video_frame().

◆ swr_ctx

struct SwrContext* OutputStream::swr_ctx
Examples:
muxing.c.

Definition at line 67 of file muxing.c.

Referenced by close_stream(), open_audio(), and write_audio_frame().


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