FFmpeg
Data Fields
Encoder Struct Reference

#include <ffmpeg.h>

Data Fields

const AVClassclass
 
AVCodecContextenc_ctx
 
AVDictionaryencoder_opts
 
char * reinit_opts
 
uint32_t codec_tag
 
int flags
 
int flags2
 
int global_quality
 
uint64_t frames_encoded
 
uint64_t samples_encoded
 

Detailed Description

Definition at line 608 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* Encoder::class

Definition at line 609 of file ffmpeg.h.

Referenced by enc_alloc().

◆ enc_ctx

AVCodecContext* Encoder::enc_ctx

◆ encoder_opts

AVDictionary* Encoder::encoder_opts

Definition at line 614 of file ffmpeg.h.

Referenced by enc_free().

◆ reinit_opts

char* Encoder::reinit_opts

Definition at line 616 of file ffmpeg.h.

◆ codec_tag

uint32_t Encoder::codec_tag

Definition at line 618 of file ffmpeg.h.

Referenced by enc_reopen().

◆ flags

int Encoder::flags

Definition at line 619 of file ffmpeg.h.

Referenced by enc_reopen().

◆ flags2

int Encoder::flags2

Definition at line 620 of file ffmpeg.h.

Referenced by enc_reopen().

◆ global_quality

int Encoder::global_quality

Definition at line 621 of file ffmpeg.h.

Referenced by enc_reopen().

◆ frames_encoded

uint64_t Encoder::frames_encoded

Definition at line 624 of file ffmpeg.h.

Referenced by do_subtitle_out(), and encode_frame().

◆ samples_encoded

uint64_t Encoder::samples_encoded

Definition at line 625 of file ffmpeg.h.

Referenced by enc_stats_write(), and encode_frame().


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