1XvUngrabPort(3) Library Functions Manual XvUngrabPort(3)
2
3
4
6 XvUngrabPort - release port grabbed for video operation
7
9 #include <X11/extensions/Xvlib.h>
10
11 XvUngrabPort(dpy, port, time)
12
13 Display *dpy;
14 XvPortID port;
15 Time time;
16
18 dpy Specifies the connection to the X server.
19
20 port Specifies the port to be released. If the port had not
21 been previously grabbed, the request is ignored.
22
23 time Specifies the request timestamp.
24
26 XvUngrabPort(3) releases a grabbed port. If time specifies a time
27 before the last XvGrabPort(3) was executed, the request is ignored.
28
30 [Success]
31 Returned if XvUngrabPort(3) completed successfully.
32
33 [XvBadExtension]
34 Returned if the Xv extension is unavailable.
35
36 [XvBadAlloc]
37 Returned if XvUngrabPort(3) failed to allocate memory to
38 process the request.
39
41 [XvBadPort]
42 Generated if the requested port does not exist.
43
45 XvGrabPort(3)
46
47
48
49X Version 11 libXv 1.0.3 XvUngrabPort(3)