FFmpeg
Data Fields
Encoder Struct Reference

#include <ffmpeg.h>

Data Fields

const AVClassclass
 
AVCodecContextenc_ctx
 
uint64_t frames_encoded
 
uint64_t samples_encoded
 

Detailed Description

Definition at line 565 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* Encoder::class

Definition at line 566 of file ffmpeg.h.

Referenced by enc_alloc().

◆ enc_ctx

AVCodecContext* Encoder::enc_ctx

◆ frames_encoded

uint64_t Encoder::frames_encoded

Definition at line 571 of file ffmpeg.h.

Referenced by do_subtitle_out(), and encode_frame().

◆ samples_encoded

uint64_t Encoder::samples_encoded

Definition at line 572 of file ffmpeg.h.

Referenced by enc_stats_write(), and encode_frame().


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