XvUngrabPort __libmansuffix__ __vendorversion__ "libXv Functions"
NAME
XvUngrabPort - release port grabbed for video operation
SYNOPSIS
#include <X11/extensions/Xvlib.h>
 "int XvUngrabPort(Display *" dpy ", XvPortID " port ", Time " time ");" 
ARGUMENTS

dpy 8
Specifies the connection to the X server.
port 8
Specifies the port to be released. If the port had not been previously grabbed, the request is ignored.
time 8
Specifies the request timestamp.
DESCRIPTION
XvUngrabPort (__libmansuffix__) releases a grabbed port. If time specifies a time before the last XvGrabPort (__libmansuffix__) was executed, the request is ignored.
RETURN VALUES
[Success] 8
Returned if XvUngrabPort (__libmansuffix__) completed successfully.
[XvBadExtension] 8
Returned if the Xv extension is unavailable.
[XvBadAlloc] 8
Returned if XvUngrabPort (__libmansuffix__) failed to allocate memory to process the request.
DIAGNOSTICS
[XvBadPort] 8
Generated if the requested port does not exist.
SEE ALSO

XvGrabPort (__libmansuffix__)