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

Configuration structure used to initialize the Monitor library 更多...

#include <cri_le_atom_ex_monitor.h>

成员变量

CriUint32 max_preivew_object
 max_preview_object
 
CriUint32 communication_buffer_size
 communication_buffer_size 更多...
 
CriUintPtr additional_buffer
 additional_buffer
 
CriUint32 additional_buffer_size
 additional_buffer_size
 
CriSint32 playback_position_update_interval
 Playback position update interval 更多...
 

详细描述

Configuration structure used to initialize the Monitor library

Description:
This structure is used to specify the behavior of the Monitor library.
It is passed as an argument to the criAtomExMonitor_Initialize function.
参见
criAtomExMonitor_Initialize, criAtomExMonitor_SetDefaultConfig

结构体成员变量说明

◆ communication_buffer_size

CriUint32 communication_buffer_size

communication_buffer_size

Description:
Specify the buffer size to be used for communication between the monitor library and the authoring tool.
There are two buffers, one for sending and one for receiving, and each has an extension area that is half of the setting value.
Therefore, the buffer size actually required is three times the set value.

◆ playback_position_update_interval

CriSint32 playback_position_update_interval

Playback position update interval

Description:
This variable specifies the interval at which to send the playback positions when the server processing is executed.
By changing the value of playback_position_update_interval, the frequency at which the playback positions are sent can be lowered without changing the execution frequency of the server process.

For example, if playback_position_update_interval is set to 2, the playback position information is sent each time the server process has been executed twice.
(The frequency of sending the playback position information is 1/2.)

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