XvQueryAdaptors (3) Linux Manual Page
XvQueryAdaptors – return adaptor information for a screen Synopsis #include <X11/extensions/Xvlib.h> int XvQueryAdaptors(Display *dpy, Window window, unsigned int *p_num_adaptors, XvAdaptorInfo **pp_adaptor_info); Arguments dpy Specifies the connection to the X server. window Specifies a window of the screen for which the adaptor information is desired. p_num_adaptors A pointer to where the number of adaptors for the…
