Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3xv/./XvGrabPort.3xv
Real path: /usr/share/man/man3xv/XvGrabPort.3xv
Zurück
'\" te .TH XvGrabPort 3xv "libXv 1.0.12" "X Version 11" "libXv Functions" .SH NAME XvGrabPort \- lock port for exclusive use by client .\" .SH SYNOPSIS .B #include <X11/extensions/Xvlib.h> .sp .nf .BI "int XvGrabPort(Display *" dpy ", XvPortID " port ", Time " time ");" .fi .SH ARGUMENTS .\" .IP \fIdpy\fR 8 Specifies the connection to the X server. .IP \fIport\fR 8 Defines the port to be grabbed. .IP \fItime\fR 8 Specifies the request timestamp. .\" .SH DESCRIPTION .\" .BR XvGrabPort (3xv) grabs a port. Once a client grabs a port, only that client can make video requests to that port. .PP If the time is before the current port time, the XvGrabPort request is ignored and XvInvalidTime is returned. If the port is already grabbed by another client, XvAlreadyGrabbed is returned. Otherwise it returns a status of \fISuccess\fR. The port time is updated when the following requests are processed: .BR XvGrabPort (3xv), .BR XvUngrabPort (3xv), .BR XvPutVideo (3xv), .BR XvPutStill (3xv), .BR XvGetVideo (3xv), .BR XvGetStill (3xv). .PP If the port is actively processing video for another client, the video is preempted, and an XvVideoNotify event with detail XvPreempted is generated for its drawable. .\" .SH RETURN VALUES .IP [Success] 8 Returned if .BR XvGrabPort (3xv) completed successfully. .IP [XvInvalidTime] 8 Returned if requested time is older than the current port time. .IP [XvAlreadyGrabbed] 8 Returned if the port is already grabbed by another client. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 Returned if .BR XvGrabPort (3xv) failed to allocate memory to process the request. .SH DIAGNOSTICS .IP [XvBadPort] 15 Generated if the requested port does not exist. .\" .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability x11/library/libxv = Stability Volatile .TE .PP .SH SEE ALSO .\" .BR XvUngrabPort (3xv), .BR XvVideoNotify (3xv) .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://www.x.org/releases/individual/lib/libXv-1.0.12.tar.xz. Further information about this software can be found on the open source community website at https://www.x.org.