1XvStopVideo(3) Library Functions Manual XvStopVideo(3)
2
3
4
6 XvStopVideo - stop active video
7
9 #include <X11/extensions/Xvlib.h>
10
11 XvStopVideo(dpy, port, draw)
12
13 Display *dpy;
14 XvPortID port;
15 Drawable draw;
16
18 dpy Specifies the connection to the X server.
19
20 port Specifies the port for which video is to be stopped.
21
22 draw Specifies the drawable associated with the named port.
23
25 XvStopVideo(3) stops active video for the specified port and drawable.
26 If the port is not processing video, or if it is processing video in a
27 different drawable, the request is ignored. When video is stopped a
28 XvVideoNotify(3) event with detail XvStopped is generated for the asso‐
29 ciated drawable.
30
32 [Success]
33 Returned if XvStopVideo(3) completed successfully.
34
35 [XvBadExtension]
36 Returned if the Xv extension is unavailable.
37
38 [XvBadAlloc]
39 Returned if XvStopVideo(3) failed to allocate memory to process
40 the request.
41
43 [XvBadPort]
44 Generated if the requested port does not exist.
45
46 [BadDrawable]
47 Generated if the requested drawable does not exist.
48
50 XvGetVideo(3), XvPutVideo(3), XvVideoNotifyEvent(3)
51
52
53
54X Version 11 libXv 1.0.3 XvStopVideo(3)