FFmpeg
Public Attributes | List of all members
FFEBUR128State Struct Reference

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

#include <ebur128.h>

Public Attributes

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.

Member Data Documentation

§ channels

unsigned int FFEBUR128State::channels

The number of channels.

§ d

struct FFEBUR128StateInternal* FFEBUR128State::d

Internal state.

§ mode

int FFEBUR128State::mode

The current mode.

§ samplerate

unsigned long FFEBUR128State::samplerate

The sample rate.


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