FFmpeg
Data Fields
EncStats Struct Reference

#include <ffmpeg.h>

Data Fields

EncStatsComponentcomponents
 
int nb_components
 
AVIOContextio
 
pthread_mutex_t lock
 
int lock_initialized
 

Detailed Description

Definition at line 500 of file ffmpeg.h.

Field Documentation

◆ components

EncStatsComponent* EncStats::components

Definition at line 501 of file ffmpeg.h.

Referenced by enc_stats_init(), enc_stats_uninit(), and enc_stats_write().

◆ nb_components

int EncStats::nb_components

Definition at line 502 of file ffmpeg.h.

Referenced by enc_stats_init(), enc_stats_uninit(), and enc_stats_write().

◆ io

AVIOContext* EncStats::io

Definition at line 504 of file ffmpeg.h.

Referenced by enc_stats_init(), enc_stats_write(), and write_packet().

◆ lock

pthread_mutex_t EncStats::lock

Definition at line 506 of file ffmpeg.h.

Referenced by enc_stats_init(), enc_stats_uninit(), and enc_stats_write().

◆ lock_initialized

int EncStats::lock_initialized

Definition at line 507 of file ffmpeg.h.

Referenced by enc_stats_init(), and enc_stats_uninit().


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