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

Configuration structure for adding level meter function. More...

#include <cri_le_atom.h>

Data Fields

CriSint32 interval
 Measurement interval (in milliseconds) More...
 
CriSint32 hold_time
 Peak hold time (in milliseconds) More...
 

Detailed Description

Configuration structure for adding level meter function.

Description:
Structure for adding the level meter function.
This structure is specified as an argument of the criAtomMeter_AttachLevelMeter function.
Remarks:
If using default settings, set the default parameters to the structure using the criAtomMeter_SetDefaultConfigForLevelMeter macro, then specify the structure to the criAtomMeter_AttachLevelMeter function.
Attention
More members will be added in the future. When not using the criAtomMeter_SetDefaultConfigForLevelMeter 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_AttachLevelMeter

Field Documentation

◆ interval

CriSint32 interval

Measurement interval (in milliseconds)

Description:
Interval for updating measurement results.

◆ hold_time

CriSint32 hold_time

Peak hold time (in milliseconds)

Description:
Duration for which the peak value is held when it is updated by a larger value, so that it does not decrease immediately.

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