CRI ADX  Last Updated: 2024-07-17 10:48 p
CriAtomLoudnessMeterConfig结构体 参考

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.
更多...

#include <cri_le_atom.h>

成员变量

CriSint32 short_term_time
 Short-term measurement time 更多...
 
CriSint32 integrated_time
 Integrated measurement time 更多...
 

详细描述

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.
注意
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.)
参见
criAtomMeter_AttachLoudnessMeter

结构体成员变量说明

◆ 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.

该结构体的文档由以下文件生成: