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