CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomLoudnessMeterConfig Struct Reference

Configuration structure for adding the loudness meter functionThis is the configuration structure for adding the loudness meter function.
This structure is specified as an argument of the criAtomMeter_AttachLoudnessMeter function.
More...

#include <cri_le_atom.h>

Data Fields

CriSint32 short_term_time
 Short-term measurement time. More...
 
CriSint32 integrated_time
 Integrated measurement time. More...
 

Detailed Description

Configuration structure for adding the loudness meter function

This is the configuration structure for adding the loudness meter function.
This structure is specified as an argument of the criAtomMeter_AttachLoudnessMeter function.

Remarks:
If using default settings, set the default parameters to the structure using the criAtomMeter_SetDefaultConfigForLoudnessMeter macro, then specify the structure to the criAtomMeter_AttachLoudnessMeter function.
Attention
More members will be added in the future. When not using the criAtomMeter_SetDefaultConfigForLoudnessMeter macro, make sure to initialize the structure to zero before use.
(Make sure that no indefinite value is set to any member of the structure.)
See also
criAtomMeter_AttachLoudnessMeter

Field Documentation

◆ short_term_time

CriSint32 short_term_time

Short-term measurement time.

Description:
The measurement time (in seconds) for short-term average loudness.
The standard setting is 3 seconds.

◆ integrated_time

CriSint32 integrated_time

Integrated measurement time.

Description:
The measurement time (in seconds) for long-term average loudness.
The integrated value is the average loudness per content unit.

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