xcb_xv_stop_video (3) Linux Manual Page
xcb_xv_stop_video – Synopsis #include <xcb/xv.h> Request function xcb_void_cookie_t xcb_xv_stop_video(xcb_connection_t *conn, xcb_xv_port_t port, xcb_drawable_t drawable); Request Arguments conn The XCB connection to X11. port TODO: NOT YET DOCUMENTED. drawable TODO: NOT YET DOCUMENTED. Description Return Value Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors…
