SDL 3.0
SDL_VideoCaptureFrame Struct Reference

#include <SDL_video_capture.h>

Data Fields

Uint64 timestampNS
 
int num_planes
 
Uint8data [3]
 
int pitch [3]
 
void * internal
 

Detailed Description

SDL Video Capture Status

Definition at line 101 of file SDL_video_capture.h.

Field Documentation

◆ data

Uint8* SDL_VideoCaptureFrame::data[3]

Pointer to data of i-th plane

Definition at line 105 of file SDL_video_capture.h.

◆ internal

void* SDL_VideoCaptureFrame::internal

Private field

Definition at line 107 of file SDL_video_capture.h.

◆ num_planes

int SDL_VideoCaptureFrame::num_planes

Number of planes

Definition at line 104 of file SDL_video_capture.h.

◆ pitch

int SDL_VideoCaptureFrame::pitch[3]

Pitch of i-th plane

Definition at line 106 of file SDL_video_capture.h.

◆ timestampNS

Uint64 SDL_VideoCaptureFrame::timestampNS

Frame timestamp in nanoseconds when read from the driver

Definition at line 103 of file SDL_video_capture.h.


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