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

Config structure used to create the output port 更多...

#include <cri_le_atom_ex.h>

成员变量

CriChar8 * name
 Output port name 更多...
 
CriAtomExOutputPortType type
 Output port type 更多...
 
CriUint32 max_ignored_categories
 Maximum ignore settings for output port category 更多...
 

详细描述

Config structure used to create the output port

Description:
This is the configuration structure used when creating the output port.
It is passed as an argument to the criAtomExOutputPort_Create function.
参见
criAtomExOutputPort_Create

结构体成员变量说明

◆ name

CriChar8* name

Output port name

Description:
Specifies the name of the output port.
Remarks:
The length of the string has to be less than or equal to CRIATOMEX_OUTPUT_PORT_MAX_NAME_LENGTH .
The port name cannot be changed once specified.

◆ type

Output port type

Description:
Specifies the type of the output port.
Remarks:
The type of the output port cannot be changed once it has been specified.

◆ max_ignored_categories

CriUint32 max_ignored_categories

Maximum ignore settings for output port category

Description:
The maximum number of category ignore settings that can be specified for an output port.
Remarks:
Once a value is specified, it cannot be changed.

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