FFmpeg  3.0.1
Data Fields
OutputStream Struct Reference

Data Fields

AVStreamst
 
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

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

Definition at line 57 of file muxing.c.

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

int OutputStream::samples_count
Examples:
muxing.c.

Definition at line 58 of file muxing.c.

Referenced by write_audio_frame().

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

Definition at line 61 of file muxing.c.

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

float OutputStream::t
Examples:
muxing.c.

Definition at line 63 of file muxing.c.

Referenced by get_audio_frame(), and open_audio().

float OutputStream::tincr
Examples:
muxing.c.

Definition at line 63 of file muxing.c.

Referenced by get_audio_frame(), and open_audio().

float OutputStream::tincr2
Examples:
muxing.c.

Definition at line 63 of file muxing.c.

Referenced by get_audio_frame(), and open_audio().

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

Definition at line 65 of file muxing.c.

Referenced by close_stream(), and get_video_frame().

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

Definition at line 66 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: