The details of an output format for a camera device.
Cameras often support multiple formats; each one will be encapsulated in this struct.
\since This struct is available since SDL 3.2.0.
Frame colorspace
Frame format
Frame rate demoninator ((num / denom) == FPS, (denom / num) == duration in seconds)
Frame rate numerator ((num / denom) == FPS, (denom / num) == duration in seconds)
Frame height
Frame width
SDL_GetCameraSupportedFormats SDL_GetCameraFormat
See Implementation
The details of an output format for a camera device.
Cameras often support multiple formats; each one will be encapsulated in this struct.
\since This struct is available since SDL 3.2.0.