Scroll to navigation

SDL_GetVideoCaptureDeviceName(3) SDL3 FUNCTIONS SDL_GetVideoCaptureDeviceName(3)

NAME

SDL_GetVideoCaptureDeviceName - Get device name

SYNOPSIS

#include "SDL3/SDL.h"
const char * SDL_GetVideoCaptureDeviceName(SDL_VideoCaptureDeviceID instance_id);

FUNCTION PARAMETERS

the video capture device instance ID

RETURN VALUE

Returns device name, shouldn't be freed

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_GetVideoCaptureDevices(3)

SDL 3.0.0 SDL