libXv Functions XvUngrabPort(3xv)
NAME
XvUngrabPort - release port grabbed for video operation
SYNOPSIS
cc [ flag... ] file... -lXv [ library... ]
#include
int XvUngrabPort(Display *dpy, XvPortID port, Time time
ARGUMENTS dpy Specifies the connection to the X server. port Specifies the port to be released. If the port had not been previously grabbed, the request is ignored. time Specifies the request timestamp.DESCRIPTION
XvUngrabPort(3xv)
releases a grabbed port. If time specifies a time before the last XvGrabPort(3xv) was executed, the request is ignored.RETURN VALUES
[Success]Returned if XvUngrabPort(3xv) completed success-
fully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc]Returned if XvUngrabPort(3xv) failed to allocate
memory to process the request. DIAGNOSTICS [XvBadPort] Generated if the requested port does not exist.SEE ALSO
XvGrabPort(3xv)ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: X Version 11 Last change: libXv 1.0.5 1libXv Functions XvUngrabPort(3xv)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libxv ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libXv 1.0.5 2