Struct SimOne_Streaming_Image¶
ClassList > SimOne_Streaming_Image
#include <SimOneStreamingAPI.h>
Inherits the following classes: SimOne_Streaming_Data
Public Attributes¶
| Type | Name |
|---|---|
| ESimOne_Streaming_Image_Format | format |
| int | height |
| char | imageData |
| int | imageDataSize |
| int | width |
Public Attributes inherited from SimOne_Streaming_Data¶
| Type | Name |
|---|---|
| int | frame |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable format¶
ESimOne_Streaming_Image_Format SimOne_Streaming_Image::format;
variable height¶
int SimOne_Streaming_Image::height;
variable imageData¶
char SimOne_Streaming_Image::imageData[3840 *2160 *3];
variable imageDataSize¶
int SimOne_Streaming_Image::imageDataSize;
variable width¶
int SimOne_Streaming_Image::width;
The documentation for this class was generated from the following file docs/api/cpp/SimOneStreamingAPI.h