XvStopVideo(3) | libXv Functions | XvStopVideo(3) |
XvStopVideo - stop active video
#include <X11/extensions/Xvlib.h>
int XvStopVideo(Display *dpy, XvPortID port, Drawable draw);
XvStopVideo(3) stops active video for the specified port and drawable. If the port is not processing video, or if it is processing video in a different drawable, the request is ignored. When video is stopped a XvVideoNotify(3) event with detail XvStopped is generated for the associated drawable.
libXv 1.0.11 | X Version 11 |