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

Config structure used to create the output port. More...

#include <cri_le_atom_ex.h>

Data Fields

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

Detailed Description

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.
See also
criAtomExOutputPort_Create

Field Documentation

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

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