XvStopVideo(3) | Library Functions Manual | 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.
XvGetVideo(3), XvPutVideo(3), XvVideoNotify(3)
X Version 11 | libXv Functions |