SDL 3.0
SDL_VideoCaptureSpec Struct Reference

#include <SDL_video_capture.h>

Data Fields

Uint32 format
 
int width
 
int height
 

Detailed Description

SDL_VideoCaptureSpec structure

Only those field can be 'desired' when configuring the device:

  • format
  • width
  • height
See also
SDL_GetVideoCaptureFormat
SDL_GetVideoCaptureFrameSize

Definition at line 71 of file SDL_video_capture.h.

Field Documentation

◆ format

Uint32 SDL_VideoCaptureSpec::format

Frame SDL_PixelFormatEnum format

Definition at line 73 of file SDL_video_capture.h.

◆ height

int SDL_VideoCaptureSpec::height

Frame height

Definition at line 75 of file SDL_video_capture.h.

◆ width

int SDL_VideoCaptureSpec::width

Frame width

Definition at line 74 of file SDL_video_capture.h.


The documentation for this struct was generated from the following file: