logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XvUngrabPort - release port grabbed for video operation

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(3)
        releases a grabbed port.  If time specifies a time before  the  last  XvGrabPort(3)  was  executed,  the
       request is ignored.

Diagnostics

       [XvBadPort]
               Generated if the requested port does not exist.

Name

       XvUngrabPort - release port grabbed for video operation

Return Values

       [Success]
               Returned if XvUngrabPort(3) completed successfully.

       [XvBadExtension]
               Returned if the Xv extension is unavailable.

       [XvBadAlloc]
               Returned if XvUngrabPort(3) failed to allocate memory to process the request.

See Also

XvGrabPort(3)

X Version 11                                      libXv 1.0.11                                   XvUngrabPort(3)

Synopsis

#include<X11/extensions/Xvlib.h>intXvUngrabPort(Display*dpy,XvPortIDport,Timetime);

See Also