Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
The data types supported when sending messages across the data channel to/from peers.
| Name | EPixelStreamingMessageTypes |
| Type | enum |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputEnums.h |
| Include Path | #include "PixelStreamingInputEnums.h" |
Syntax
enum EPixelStreamingMessageTypes
{
Uint8,
Uint16,
Int16,
Float,
Double,
String,
Undefined,
}
Values
| Name | Remarks |
|---|---|
| Uint8 | |
| Uint16 | |
| Int16 | |
| Float | |
| Double | |
| String | |
| Undefined |