Scroll to navigation

SDL_CloseVideoCapture(3) SDL3 FUNCTIONS SDL_CloseVideoCapture(3)

NAME

SDL_CloseVideoCapture - Use this function to shut down video_capture processing and close the video_capture device.

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_CloseVideoCapture(SDL_VideoCaptureDevice *device);

FUNCTION PARAMETERS

opened video capture device

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_OpenVideoCaptureWithSpec(3), SDL_OpenVideoCapture(3)

SDL 3.0.0 SDL