FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFEBUR128State Struct Reference

Contains information about the state of a loudness measurement. More...

#include <ebur128.h>

Data Fields

int mode
 The current mode. More...
 
unsigned int channels
 The number of channels. More...
 
unsigned long samplerate
 The sample rate. More...
 
struct FFEBUR128StateInternald
 Internal state. More...
 

Detailed Description

Contains information about the state of a loudness measurement.

You should not need to modify this struct directly.

Definition at line 103 of file ebur128.h.

Field Documentation

int FFEBUR128State::mode

The current mode.

Definition at line 104 of file ebur128.h.

Referenced by ff_ebur128_init(), ff_ebur128_relative_threshold(), and ff_ebur128_sample_peak().

unsigned int FFEBUR128State::channels
unsigned long FFEBUR128State::samplerate

The sample rate.

Definition at line 106 of file ebur128.h.

Referenced by ebur128_init_filter(), ff_ebur128_init(), and ff_ebur128_loudness_window().

struct FFEBUR128StateInternal* FFEBUR128State::d

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