VLC 4.0.0-dev
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
audio_replay_gain_t Struct Reference

Audio replay gain. More...

#include <vlc_replay_gain.h>

Data Fields

bool pb_reference_loudness
 true if we have the reference loudness
 
float pf_reference_loudness
 reference loudness in LUFS
 
bool pb_gain [(2)]
 true if we have the gain value
 
float pf_gain [(2)]
 gain value in dB
 
bool pb_peak [(2)]
 true if we have the peak value
 
float pf_peak [(2)]
 peak value where 1.0 means full sample value
 

Detailed Description

Audio replay gain.

Field Documentation

◆ pb_gain

bool audio_replay_gain_t::pb_gain[(2)]

◆ pb_peak

bool audio_replay_gain_t::pb_peak[(2)]

◆ pb_reference_loudness

bool audio_replay_gain_t::pb_reference_loudness

◆ pf_gain

◆ pf_peak

float audio_replay_gain_t::pf_peak[(2)]

◆ pf_reference_loudness

float audio_replay_gain_t::pf_reference_loudness

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