MxDataType
Function Usage
Defines the type of data transferred between plugins in a stream.
Structure Definition
enum MxDataType {
UINT8 = 0,
FLOAT32 = 1,
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
UINT8 |
Input |
8-bit unsigned integer |
FLOAT32 |
Input |
32-bit floating-point number |
Parent topic: Data Structure