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 532 of file ffmpeg.h.

Field Documentation

◆ components

EncStatsComponent* EncStats::components

Definition at line 533 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 534 of file ffmpeg.h.

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

◆ io

AVIOContext* EncStats::io

Definition at line 536 of file ffmpeg.h.

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

◆ lock

pthread_mutex_t EncStats::lock

Definition at line 538 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 539 of file ffmpeg.h.

Referenced by enc_stats_init(), and enc_stats_uninit().


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