1XvStopVideo(3)                  libXv Functions                 XvStopVideo(3)
2
3
4

NAME

6       XvStopVideo - stop active video
7

SYNOPSIS

9       #include <X11/extensions/Xvlib.h>
10
11       int XvStopVideo(Display *dpy, XvPortID port, Drawable draw);
12

ARGUMENTS

14       dpy     Specifies the connection to the X server.
15
16       port    Specifies the port for which video is to be stopped.
17
18       draw    Specifies the drawable associated with the named port.
19

DESCRIPTION

21       XvStopVideo(3)  stops active video for the specified port and drawable.
22       If the port is not processing video, or if it is processing video in  a
23       different  drawable,  the  request is ignored.  When video is stopped a
24       XvVideoNotify(3) event with detail XvStopped is generated for the asso‐
25       ciated drawable.
26

RETURN VALUES

28       [Success]
29               Returned if XvStopVideo(3) completed successfully.
30
31       [XvBadExtension]
32               Returned if the Xv extension is unavailable.
33
34       [XvBadAlloc]
35               Returned if XvStopVideo(3) failed to allocate memory to process
36               the request.
37

DIAGNOSTICS

39       [XvBadPort]
40               Generated if the requested port does not exist.
41
42       [BadDrawable]
43               Generated if the requested drawable does not exist.
44

SEE ALSO

46       XvGetVideo(3), XvPutVideo(3), XvVideoNotify(3)
47
48
49
50X Version 11                     libXv 1.0.11                   XvStopVideo(3)
Impressum