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