SDL 3.0
|
#include <SDL_video_capture.h>
Data Fields | |
Uint32 | format |
int | width |
int | height |
SDL_VideoCaptureSpec structure
Only those field can be 'desired' when configuring the device:
Definition at line 71 of file SDL_video_capture.h.
Uint32 SDL_VideoCaptureSpec::format |
Frame SDL_PixelFormatEnum format
Definition at line 73 of file SDL_video_capture.h.
int SDL_VideoCaptureSpec::height |
Frame height
Definition at line 75 of file SDL_video_capture.h.
int SDL_VideoCaptureSpec::width |
Frame width
Definition at line 74 of file SDL_video_capture.h.