FFmpeg
Data Fields
Encoder Struct Reference

Data Fields

uint64_t data_size
 
uint64_t packets_encoded
 
int opened
 
int attach_par
 
Schedulersch
 
unsigned sch_idx
 

Detailed Description

Definition at line 44 of file ffmpeg_enc.c.

Field Documentation

◆ data_size

uint64_t Encoder::data_size

Definition at line 46 of file ffmpeg_enc.c.

Referenced by enc_stats_write(), encode_frame(), and update_video_stats().

◆ packets_encoded

uint64_t Encoder::packets_encoded

Definition at line 49 of file ffmpeg_enc.c.

Referenced by encode_frame(), and update_video_stats().

◆ opened

int Encoder::opened

Definition at line 51 of file ffmpeg_enc.c.

Referenced by enc_open(), and encoder_thread().

◆ attach_par

int Encoder::attach_par

Definition at line 52 of file ffmpeg_enc.c.

Referenced by enc_loopback(), and encode_frame().

◆ sch

Scheduler* Encoder::sch

Definition at line 54 of file ffmpeg_enc.c.

Referenced by do_subtitle_out(), enc_alloc(), encode_frame(), and encoder_thread().

◆ sch_idx

unsigned Encoder::sch_idx

Definition at line 55 of file ffmpeg_enc.c.

Referenced by do_subtitle_out(), enc_alloc(), enc_loopback(), encode_frame(), and encoder_thread().


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