Configuration structure used to initialize the Monitor library.
More...
#include <cri_le_atom_ex_monitor.h>
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.
- See also
- 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.)
The documentation for this struct was generated from the following file: