SDL 3.0
|
#include <SDL_video_capture.h>
Data Fields | |
Uint64 | timestampNS |
int | num_planes |
Uint8 * | data [3] |
int | pitch [3] |
void * | internal |
SDL Video Capture Status
Definition at line 101 of file SDL_video_capture.h.
Uint8* SDL_VideoCaptureFrame::data[3] |
Pointer to data of i-th plane
Definition at line 105 of file SDL_video_capture.h.
void* SDL_VideoCaptureFrame::internal |
Private field
Definition at line 107 of file SDL_video_capture.h.
int SDL_VideoCaptureFrame::num_planes |
Number of planes
Definition at line 104 of file SDL_video_capture.h.
int SDL_VideoCaptureFrame::pitch[3] |
Pitch of i-th plane
Definition at line 106 of file SDL_video_capture.h.
Uint64 SDL_VideoCaptureFrame::timestampNS |
Frame timestamp in nanoseconds when read from the driver
Definition at line 103 of file SDL_video_capture.h.