| Tobii Pro SDK C API
    | 
| Data Fields | |
| int64_t | device_time_stamp | 
| int64_t | system_time_stamp | 
| TobiiResearchEyeImageType | type | 
| int | camera_id | 
| size_t | image_size | 
| void * | image_data | 
| int | region_id | 
| int | top | 
| int | left | 
Provides data for the tobii_research_eye_image_as_gif_callback callback.
| int TobiiResearchEyeImageGif::camera_id | 
The source/which camera that generated the image.
| int64_t TobiiResearchEyeImageGif::device_time_stamp | 
The time stamp according to the eye tracker's internal clock.
| void* TobiiResearchEyeImageGif::image_data | 
The GIF image data.
| size_t TobiiResearchEyeImageGif::image_size | 
Size in bytes of the image data.
| int TobiiResearchEyeImageGif::left | 
The left position in pixels for the eye image.
| int TobiiResearchEyeImageGif::region_id | 
The region id for the eye image.
| int64_t TobiiResearchEyeImageGif::system_time_stamp | 
The time stamp according to the computer's internal clock.
| int TobiiResearchEyeImageGif::top | 
The top position in pixels for the eye image.
| TobiiResearchEyeImageType TobiiResearchEyeImageGif::type | 
The type of eye image.