diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 05:13:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 05:13:36 +0000 |
commit | 0b5be2efbcd3d405f1d84b6b31add361a39f411d (patch) | |
tree | 4df01e44fc95caa435af14c64a11296462bb83a8 | |
parent | 0b0ae11e4d5872f55bd412f7876c4b526d420fe0 (diff) |
doc/man/Xv/Xv.manXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
doc/man/Xv/XvFreeAdaptorInfo.man
doc/man/Xv/XvFreeEncodingInfo.man
doc/man/Xv/XvGetPortAttribute.man
doc/man/Xv/XvGetStill.man
doc/man/Xv/XvGetVideo.man
doc/man/Xv/XvGrabPort.man
doc/man/Xv/XvPortNotify.man
doc/man/Xv/XvPutStill.man
doc/man/Xv/XvPutVideo.man
doc/man/Xv/XvQueryAdaptors.man
doc/man/Xv/XvQueryBestSize.man
doc/man/Xv/XvQueryEncodings.man
doc/man/Xv/XvQueryExtension.man
doc/man/Xv/XvSelectPortNotify.man
doc/man/Xv/XvSelectVideoNotify.man
doc/man/Xv/XvSetPortAttribute.man
doc/man/Xv/XvStopVideo.man
doc/man/Xv/XvUngrabPort.man
doc/man/Xv/XvVideoNotify.man Convert hardcoded 3X to substitutable
__libmansuffix__ like other library man pages.
-rw-r--r-- | man/Xv.man | 44 | ||||
-rw-r--r-- | man/XvFreeAdaptorInfo.man | 10 | ||||
-rw-r--r-- | man/XvFreeEncodingInfo.man | 10 | ||||
-rw-r--r-- | man/XvGetPortAttribute.man | 10 | ||||
-rw-r--r-- | man/XvGetStill.man | 8 | ||||
-rw-r--r-- | man/XvGetVideo.man | 8 | ||||
-rw-r--r-- | man/XvGrabPort.man | 14 | ||||
-rw-r--r-- | man/XvPortNotify.man | 6 | ||||
-rw-r--r-- | man/XvPutStill.man | 10 | ||||
-rw-r--r-- | man/XvPutVideo.man | 6 | ||||
-rw-r--r-- | man/XvQueryAdaptors.man | 10 | ||||
-rw-r--r-- | man/XvQueryBestSize.man | 8 | ||||
-rw-r--r-- | man/XvQueryEncodings.man | 10 | ||||
-rw-r--r-- | man/XvQueryExtension.man | 8 | ||||
-rw-r--r-- | man/XvSelectPortNotify.man | 18 | ||||
-rw-r--r-- | man/XvSelectVideoNotify.man | 8 | ||||
-rw-r--r-- | man/XvSetPortAttribute.man | 18 | ||||
-rw-r--r-- | man/XvStopVideo.man | 12 | ||||
-rw-r--r-- | man/XvUngrabPort.man | 12 | ||||
-rw-r--r-- | man/XvVideoNotify.man | 10 |
20 files changed, 120 insertions, 120 deletions
@@ -1,4 +1,4 @@ -.TH Xv 3X __vendorversion__ +.TH Xv __libmansuffix__ __vendorversion__ .\" .\" $XFree86: xc/doc/man/Xv/Xv.man,v 1.5 2000/03/21 23:17:19 dawes Exp $ .SH Name @@ -15,10 +15,10 @@ PAL, SECAM, etc...) and drawable format (depth and visual-id pair). An adaptor may support multiple video encodings and/or multiple drawable formats. .PP -Clients use Xv(3X) to gain access and manage sharing of a display's -video resources. Typically, a client will use XvQueryExtension(3X) to -determine the status of the extension, XvQueryAdaptors(3X) to get a -description of what video adaptors exist, and XvQueryEncodings(3X) to +Clients use Xv(__libmansuffix__) to gain access and manage sharing of a display's +video resources. Typically, a client will use XvQueryExtension(__libmansuffix__) to +determine the status of the extension, XvQueryAdaptors(__libmansuffix__) to get a +description of what video adaptors exist, and XvQueryEncodings(__libmansuffix__) to get a description of what video encodings an adaptor supports. .PP Once a client has determined what video resources are available, it is @@ -29,39 +29,39 @@ attributes have changed. .SH Summary of Library Functions The following is a summary of Xv library functions: .sp 1l -XvGetPortAttribute(3X) \- return current port attribute value +XvGetPortAttribute(__libmansuffix__) \- return current port attribute value .sp 1l -XvGetStill(3X) \- capture a single frame of video from a drawable +XvGetStill(__libmansuffix__) \- capture a single frame of video from a drawable .sp 1l -XvGetVideo(3X) \- capture video from a drawable +XvGetVideo(__libmansuffix__) \- capture video from a drawable .sp 1l -XvGrabPort(3X) \- lock port for exclusive use by client +XvGrabPort(__libmansuffix__) \- lock port for exclusive use by client .sp 1l -XvPortNotify(3X) \- event generated when port attributes change +XvPortNotify(__libmansuffix__) \- event generated when port attributes change .sp 1l -XvPutStill(3X) \- write a single frame of video to a drawable +XvPutStill(__libmansuffix__) \- write a single frame of video to a drawable .sp 1l -XvPutVideo(3X) \- write video into a drawable +XvPutVideo(__libmansuffix__) \- write video into a drawable .sp 1l -XvQueryAdaptors(3X) \- return adaptor information for a screen +XvQueryAdaptors(__libmansuffix__) \- return adaptor information for a screen .sp 1l -XvQueryBestSize(3X) \- determine the optimum drawable region size +XvQueryBestSize(__libmansuffix__) \- determine the optimum drawable region size .sp 1l -XvQueryEncodings(3X) \- return list of encodings for an adaptor +XvQueryEncodings(__libmansuffix__) \- return list of encodings for an adaptor .sp 1l -XvQueryExtension(3X) \- return version and revision of extension +XvQueryExtension(__libmansuffix__) \- return version and revision of extension .sp 1l -XvSelectPortNotify(3X) \- enable or disable XvPortNotify events +XvSelectPortNotify(__libmansuffix__) \- enable or disable XvPortNotify events .sp 1l -XvSelectVideoNotify(3X) \- enable or disable XvVideoNotify events +XvSelectVideoNotify(__libmansuffix__) \- enable or disable XvVideoNotify events .sp 1l -XvSetPortAttribute(3X) \- set an attribute for a port +XvSetPortAttribute(__libmansuffix__) \- set an attribute for a port .sp 1l -XvStopVideo(3X) \- stop active video +XvStopVideo(__libmansuffix__) \- stop active video .sp 1l -XvUngrabPort(3X) \- release a grabbed port +XvUngrabPort(__libmansuffix__) \- release a grabbed port .sp 1l -XvVideoNotify(3X) \- event generated for video processing +XvVideoNotify(__libmansuffix__) \- event generated for video processing .sp 1l .PP Each of these functions is described in its own Xv man page. diff --git a/man/XvFreeAdaptorInfo.man b/man/XvFreeAdaptorInfo.man index 7290187..141f9d5 100644 --- a/man/XvFreeAdaptorInfo.man +++ b/man/XvFreeAdaptorInfo.man @@ -1,4 +1,4 @@ -.TH XvFreeAdaptorInfo 3X __vendorversion__ +.TH XvFreeAdaptorInfo __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvFreeAdaptorInfo.man,v 1.4 1999/03/02 11:49:13 dawes Exp $ .SH Name XvFreeAdaptorInfo \- free adaptor information @@ -14,11 +14,11 @@ Pointer to where the adaptor information is located. .\" .SH Description .\" -XvFreeAdaptorInfo(3X) frees adaptor information that -was returned by XvQueryAdaptors(3X). The data structure +XvFreeAdaptorInfo(__libmansuffix__) frees adaptor information that +was returned by XvQueryAdaptors(__libmansuffix__). The data structure used for adaptor information is defined in the -reference page for XvQueryAdaptors(3X). +reference page for XvQueryAdaptors(__libmansuffix__). .SH See Also .\" -XvQueryAdaptors(3X), XvFreeEncodingInfo(3X) +XvQueryAdaptors(__libmansuffix__), XvFreeEncodingInfo(__libmansuffix__) .br diff --git a/man/XvFreeEncodingInfo.man b/man/XvFreeEncodingInfo.man index 385360b..43635e8 100644 --- a/man/XvFreeEncodingInfo.man +++ b/man/XvFreeEncodingInfo.man @@ -1,4 +1,4 @@ -.TH XvFreeEncodingInfo 3X __vendorversion__ +.TH XvFreeEncodingInfo __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvFreeEncodingInfo.man,v 1.4 1999/03/02 11:49:13 dawes Exp $ .SH Name XvFreeEncodingInfo \- free encoding information @@ -14,11 +14,11 @@ Pointer to where the encoding information is located. .\" .SH Description .\" -XvFreeEncodingInfo(3X) frees encoding information that -was returned by XvQueryEncodings(3X). The data structure +XvFreeEncodingInfo(__libmansuffix__) frees encoding information that +was returned by XvQueryEncodings(__libmansuffix__). The data structure used for encoding information is defined in the -reference page for XvQueryEncodings(3X). +reference page for XvQueryEncodings(__libmansuffix__). .SH See Also .\" -XvQueryEncodings(3X) +XvQueryEncodings(__libmansuffix__) .br diff --git a/man/XvGetPortAttribute.man b/man/XvGetPortAttribute.man index 286f3b9..ee82c8e 100644 --- a/man/XvGetPortAttribute.man +++ b/man/XvGetPortAttribute.man @@ -1,4 +1,4 @@ -.TH XvGetPortAttribute 3X __vendorversion__ +.TH XvGetPortAttribute __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvGetPortAttribute.man,v 1.6 2001/01/27 18:20:35 dawes Exp $ .SH Name XvGetPortAttribute \- return current port attribute value @@ -41,7 +41,7 @@ return. .SH Description .\" .PP -XvGetPortAttribute(3X) returns the current value of the requested +XvGetPortAttribute(__libmansuffix__) returns the current value of the requested port attribute in the integer pointed to by \fIp_value\fR. The attribute is identified using an Atom that equates to the attribute name. The XInternAtom request can be used with one of the strings @@ -77,11 +77,11 @@ Attribute String Type Default .fi .SH Returned Values .IP [Success] 8 -Returned if XvGetPortAttribute(3X) completed successfully. +Returned if XvGetPortAttribute(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvGetPortAttribute(3X) failed to allocate memory to process +Returned if XvGetPortAttribute(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -91,7 +91,7 @@ Generated if the requested attribute atom does not specify an attribute supported by the adaptor. .SH See Also .\" -XvSetPortAttribute(3X), XvPortNotify(3X) +XvSetPortAttribute(__libmansuffix__), XvPortNotify(__libmansuffix__) .br diff --git a/man/XvGetStill.man b/man/XvGetStill.man index f7b4839..a4cb21a 100644 --- a/man/XvGetStill.man +++ b/man/XvGetStill.man @@ -1,4 +1,4 @@ -.TH XvGetStill 3X __vendorversion__ +.TH XvGetStill __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvGetStill.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvGetStill \- capture a single frame of video from a drawable @@ -102,11 +102,11 @@ by another client, this request is ignored, and an XvVideoNotify event with detail XvBusy is generated for the drawable. .SH Returned Values .IP [Success] 8 -Returned if XvGetStill(3X) completed successfully. +Returned if XvGetStill(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvGetStill(3X) failed to allocate memory to process +Returned if XvGetStill(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -120,7 +120,7 @@ Generated if there were insufficient resources to process the request. .\" .SH See Also .\" -XvPutStill(3X), XvGetVideo(3X), XvPutVideo(3X), XvVideoNotify(3X) +XvPutStill(__libmansuffix__), XvGetVideo(__libmansuffix__), XvPutVideo(__libmansuffix__), XvVideoNotify(__libmansuffix__) .br diff --git a/man/XvGetVideo.man b/man/XvGetVideo.man index 8b65557..38b1fe8 100644 --- a/man/XvGetVideo.man +++ b/man/XvGetVideo.man @@ -1,4 +1,4 @@ -.TH XvGetVideo 3X __vendorversion__ +.TH XvGetVideo __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvGetVideo.man,v 1.4 1999/03/02 11:49:14 dawes Exp $ .SH Name XvGetVideo \- capture video from a drawable @@ -111,11 +111,11 @@ XvBusy is generated for the drawable. .br .SH Returned Values .IP [Success] 8 -Returned if XvGetVideo(3X) completed successfully. +Returned if XvGetVideo(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvGetVideo(3X) failed to allocate memory to process +Returned if XvGetVideo(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -129,5 +129,5 @@ Generated if there were insufficient resources to process the request. .SH See Also .br .\" -XvGetStill(3X), XvPutVideo(3X), XvVideoNotify(3X) +XvGetStill(__libmansuffix__), XvPutVideo(__libmansuffix__), XvVideoNotify(__libmansuffix__) .br diff --git a/man/XvGrabPort.man b/man/XvGrabPort.man index aa606c9..cc5c6a7 100644 --- a/man/XvGrabPort.man +++ b/man/XvGrabPort.man @@ -1,4 +1,4 @@ -.TH XvGrabPort 3X __vendorversion__ +.TH XvGrabPort __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvGrabPort.man,v 1.4 1999/03/02 11:49:14 dawes Exp $ .SH Name XvGrabPort \- lock port for exclusive use by client @@ -33,7 +33,7 @@ Specifies the request timestamp. .\" .SH Description .\" -XvGrabPort(3X) grabs a port. Once a client grabs a port, +XvGrabPort(__libmansuffix__) grabs a port. Once a client grabs a port, only that client can make video requests to that port. .PP @@ -41,8 +41,8 @@ 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: XvGrabPort(3X), XvUngrabPort(3X), -XvPutVideo(3X), XvPutStill(3X), XvGetVideo(3X), XvGetStill(3X). +requests are processed: XvGrabPort(__libmansuffix__), XvUngrabPort(__libmansuffix__), +XvPutVideo(__libmansuffix__), XvPutStill(__libmansuffix__), XvGetVideo(__libmansuffix__), XvGetStill(__libmansuffix__). .PP If the port is actively processing video for another client, the video is preempted, and an XvVideoNotify event with detail XvPreempted @@ -50,7 +50,7 @@ is generated for its drawable. .\" .SH Returned Values .IP [Success] 8 -Returned if XvGrabPort(3X) completed successfully. +Returned if XvGrabPort(__libmansuffix__) completed successfully. .IP [XvInvalidTime] 8 Returned if requested time is older than the current port time. .IP [XvAlreadyGrabbed] 8 @@ -58,7 +58,7 @@ 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 XvGrabPort(3X) failed to allocate memory to process +Returned if XvGrabPort(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 15 @@ -66,5 +66,5 @@ Generated if the requested port does not exist. .\" .SH See Also .\" -XvUngrabPort(3X) XvVideoNotify(3X) +XvUngrabPort(__libmansuffix__) XvVideoNotify(__libmansuffix__) .br diff --git a/man/XvPortNotify.man b/man/XvPortNotify.man index e6ca327..d487b5e 100644 --- a/man/XvPortNotify.man +++ b/man/XvPortNotify.man @@ -1,4 +1,4 @@ -.TH XvPortNotify 3X __vendorversion__ +.TH XvPortNotify __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvPortNotify.man,v 1.4 1999/03/02 11:49:15 dawes Exp $ .SH Name XvPortNotify \- event generated when port attributes change @@ -47,10 +47,10 @@ The new value of the attribute. .SH Description .\" XvPortNotify events are generated when a port attribute is set using -the XvSetPortAttribute(3X) function. +the XvSetPortAttribute(__libmansuffix__) function. .\" .SH See Also -XvSetPortAttribute(3X), XvGetPortAttribute(3X), XvSelectPortNotify(3X) +XvSetPortAttribute(__libmansuffix__), XvGetPortAttribute(__libmansuffix__), XvSelectPortNotify(__libmansuffix__) .\" diff --git a/man/XvPutStill.man b/man/XvPutStill.man index cf80b19..a623c1c 100644 --- a/man/XvPutStill.man +++ b/man/XvPutStill.man @@ -1,4 +1,4 @@ -.TH XvPutStill 3X __vendorversion__ +.TH XvPutStill __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvPutStill.man,v 1.4 1999/03/02 11:49:15 dawes Exp $ .SH Name XvPutStill \- write a single frame of video to a drawable @@ -71,7 +71,7 @@ define the width and height, in pixels, of the region. .\" .SH Description .\" -XvPutStill(3X) writes a single frame of video to a drawable. +XvPutStill(__libmansuffix__) writes a single frame of video to a drawable. The position and size of the source (video) rectangle is specified by \fIvx, vy, vw\fR, and \fIvh\fR. The position and size of the destination (drawable) rectangle is specified by \fIdx, dy, dw\fR, and \fIdh\fR. @@ -87,11 +87,11 @@ VideoNotify event with detail XvHardError is generated for the drawable. .\" .SH Returned Values .IP [Success] 8 -Returned if XvPutStill(3X) completed successfully. +Returned if XvPutStill(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvGetStill(3X) failed to allocate memory to process +Returned if XvGetStill(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -104,5 +104,5 @@ Generated if the requested graphics context does not exist. Generated if there were insufficient resources to process the request. .SH See Also .\" -XvPutVideo(3X), XvGetStill(3X), XvVideoNotify(3X) +XvPutVideo(__libmansuffix__), XvGetStill(__libmansuffix__), XvVideoNotify(__libmansuffix__) .br diff --git a/man/XvPutVideo.man b/man/XvPutVideo.man index f6894cb..2480ffb 100644 --- a/man/XvPutVideo.man +++ b/man/XvPutVideo.man @@ -1,4 +1,4 @@ -.TH XvPutVideo 3X __vendorversion__ +.TH XvPutVideo __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvPutVideo.man,v 1.4 1999/03/02 11:49:15 dawes Exp $ .SH Name XvPutVideo \- write video into a drawable @@ -98,7 +98,7 @@ VideoNotify event with detail XvHardError is generated for the drawable. .\" .SH Returned Values .IP [Success] 8 -Returned if XvPutVideo(3X) completed successfully. +Returned if XvPutVideo(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 @@ -115,5 +115,5 @@ Generated if there were insufficient resources to process the request. .\" .SH See Also .\" -XvPutStill(3X), XvGetVideo(3X), XvVideoNotify(3X) +XvPutStill(__libmansuffix__), XvGetVideo(__libmansuffix__), XvVideoNotify(__libmansuffix__) .br diff --git a/man/XvQueryAdaptors.man b/man/XvQueryAdaptors.man index 88625bd..578ae61 100644 --- a/man/XvQueryAdaptors.man +++ b/man/XvQueryAdaptors.man @@ -1,4 +1,4 @@ -.TH XvQueryAdaptors 3X __vendorversion__ +.TH XvQueryAdaptors __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvQueryAdaptors.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvQueryAdaptors \- return adaptor information for a screen @@ -40,7 +40,7 @@ returned. .\" .SH Description .\" -XvQueryAdaptors(3X) returns an video adaptor information for +XvQueryAdaptors(__libmansuffix__) returns an video adaptor information for the screen of the specified drawable. The XvAdaptorInfo structure has the following organization: .EX @@ -86,15 +86,15 @@ A visual-id supported for the given depth by the adaptor. .\" .SH Returned Values .IP [Success] 8 -Returned if XvQueryAdaptors(3X) completed successfully. +Returned if XvQueryAdaptors(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvQueryAdaptors(3X) failed to allocate memory to process +Returned if XvQueryAdaptors(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [Drawable] 8 Returned if the requested drawable does not exist. .SH See Also -XvFreeAdaptorInfo(3X) +XvFreeAdaptorInfo(__libmansuffix__) .\" diff --git a/man/XvQueryBestSize.man b/man/XvQueryBestSize.man index cc6b600..590fc6f 100644 --- a/man/XvQueryBestSize.man +++ b/man/XvQueryBestSize.man @@ -1,4 +1,4 @@ -.TH XvQueryBestSize 3X __vendorversion__ +.TH XvQueryBestSize __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvQueryBestSize.man,v 1.4 1999/03/02 11:49:16 dawes Exp $ .SH Name XvQueryBestSize \- determine the optimum drawable region size @@ -49,18 +49,18 @@ returned. .SH Description .\" Some ports may be able to scale incoming or outgoing video. -XvQueryBestSize(3X) returns the size of the closest destination +XvQueryBestSize(__libmansuffix__) returns the size of the closest destination region that is supported by the adaptor. The returned size is guaranteed to be smaller than the requested size if a smaller size is supported. .\" .SH Returned Values .IP [Success] 8 -Returned if XvQueryBestSize(3X) completed successfully. +Returned if XvQueryBestSize(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvQueryBestSize(3X) failed to allocate memory to process +Returned if XvQueryBestSize(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 diff --git a/man/XvQueryEncodings.man b/man/XvQueryEncodings.man index 836daab..a3e2058 100644 --- a/man/XvQueryEncodings.man +++ b/man/XvQueryEncodings.man @@ -1,4 +1,4 @@ -.TH XvQueryEncodings 3X __vendorversion__ +.TH XvQueryEncodings __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvQueryEncodings.man,v 1.5 2000/03/21 23:17:20 dawes Exp $ .SH Name XvQueryEncodings \- return list of encodings for an adaptor @@ -72,17 +72,17 @@ The \fInumerator\fP and \fIdenominator\fP fields specify the appropriate parts of a fractional number. .\" .SH Description -XvQueryEncodings(3X) returns encoding information about an adaptor. Each +XvQueryEncodings(__libmansuffix__) returns encoding information about an adaptor. Each encoding is described by the XvEncodingInfo structure described above. The encodings are identified by an encoding-id, which can be used to set or get the encoding attribute of a port. .SH Returned Values .IP [Success] 8 -Returned if XvQueryEncodings(3X) completed successfully. +Returned if XvQueryEncodings(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvQueryEncodings(3X) failed to allocate memory to process +Returned if XvQueryEncodings(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -90,5 +90,5 @@ Generated if the requested port does not exist. .\" .SH See Also .\" -XvFreeEncodingInfo(3X) +XvFreeEncodingInfo(__libmansuffix__) .br diff --git a/man/XvQueryExtension.man b/man/XvQueryExtension.man index 6442536..9ba283b 100644 --- a/man/XvQueryExtension.man +++ b/man/XvQueryExtension.man @@ -1,4 +1,4 @@ -.TH XvQueryExtension 3X __vendorversion__ +.TH XvQueryExtension __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvQueryExtension.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvQueryExtension \- return version and release of extension @@ -34,18 +34,18 @@ Pointer to where the extension error base is returned .SH Description .\" .PP -XvQueryExtension(3X) returns the version and release +XvQueryExtension(__libmansuffix__) returns the version and release numbers for the Xv video extension currently loaded on the system. The extension major request number, event base, and error base are also returned. .\" .SH Returned Values .IP [Success] 8 -Returned if XvQueryExtension(3X) completed successfully. +Returned if XvQueryExtension(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv video extension is not available for the named display. .IP [XvBadAlloc] 8 -Returned if XvQueryExtension(3X) failed to allocate memory to process +Returned if XvQueryExtension(__libmansuffix__) failed to allocate memory to process the request. .br diff --git a/man/XvSelectPortNotify.man b/man/XvSelectPortNotify.man index 8c20c5e..6a1892c 100644 --- a/man/XvSelectPortNotify.man +++ b/man/XvSelectPortNotify.man @@ -1,7 +1,7 @@ -.TH XvSelectPortNotify 3X __vendorversion__ +.TH XvSelectPortNotify __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvSelectPortNotify.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name -XvSelectPortNotify \- enable or disable XvPortNotify(3X) events +XvSelectPortNotify \- enable or disable XvPortNotify(__libmansuffix__) events .\" .SH Syntax .B #include <X11/extensions/Xvlib.h> @@ -26,28 +26,28 @@ option has the format hostname:number. Using two colons for transport. .IP \fIport\fR 8 Specifies the port for which PortNotify events are to be generated -when its attributes are changed using XvSetPortAttribute(3X). +when its attributes are changed using XvSetPortAttribute(__libmansuffix__). .IP \fIonoff\fR 8 Specifies whether notification is to be enabled or disabled. .\" .SH Description .\" -XvSelectPortNotify(3X) enables or disables PortNotify event -delivery to the requesting client. XvPortNotify(3X) events are -generated when port attributes are changed using XvSetPortAttribute(3X). +XvSelectPortNotify(__libmansuffix__) enables or disables PortNotify event +delivery to the requesting client. XvPortNotify(__libmansuffix__) events are +generated when port attributes are changed using XvSetPortAttribute(__libmansuffix__). .\" .SH Returned Values .IP [Success] 8 -Returned if XvSelectPortNotify(3X) completed successfully. +Returned if XvSelectPortNotify(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvSelectPortNotify(3X) failed to allocate memory to process +Returned if XvSelectPortNotify(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 Generated if the requested port does not exist. .SH See Also .\" -XvSetPortNotify(3X), XvSetPortAttribute(3X), XvPortNotify(3X) +XvSetPortNotify(__libmansuffix__), XvSetPortAttribute(__libmansuffix__), XvPortNotify(__libmansuffix__) .br diff --git a/man/XvSelectVideoNotify.man b/man/XvSelectVideoNotify.man index 74e0bed..dc16f89 100644 --- a/man/XvSelectVideoNotify.man +++ b/man/XvSelectVideoNotify.man @@ -1,4 +1,4 @@ -.TH XvSelectVideoNotify 3X __vendorversion__ +.TH XvSelectVideoNotify __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvSelectVideoNotify.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvSelectVideoNotify \- enable or disable VideoNotify events @@ -29,16 +29,16 @@ Defines the drawable in which video activity is to be reported. Selects whether video notification is enabled or disabled. .\" .SH Description -XvSelectVideoNotify(3X) enables or disables events to be reported for +XvSelectVideoNotify(__libmansuffix__) enables or disables events to be reported for video activity in a drawable. .\" .SH Returned Values .IP [Success] 8 -Returned if XvSelectVideoNotify(3X) completed successfully. +Returned if XvSelectVideoNotify(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvSelectVideoNotify(3X) failed to allocate memory to process +Returned if XvSelectVideoNotify(__libmansuffix__) failed to allocate memory to process the request. .Diagnostics .IP [BadDrawable] 8 diff --git a/man/XvSetPortAttribute.man b/man/XvSetPortAttribute.man index 84a6a4e..160a03d 100644 --- a/man/XvSetPortAttribute.man +++ b/man/XvSetPortAttribute.man @@ -1,4 +1,4 @@ -.TH XvSetPortAttribute 3X __vendorversion__ +.TH XvSetPortAttribute __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvSetPortAttribute.man,v 1.6 2001/01/27 18:20:36 dawes Exp $ .SH Name XvSetPortAttribute \- sets an attribute of a video port @@ -35,7 +35,7 @@ Identifies the value to which \fIattribute\fP is to be set. Can be one of the table entries under the column "Type," below. .\" .SH Description -XvSetPortAttribute(3X) permits a client to set the port attribute +XvSetPortAttribute(__libmansuffix__) permits a client to set the port attribute to specified values. This request supports the following values: .bp .PP @@ -72,19 +72,19 @@ adaptor, otherwise an Encoding error results. .PP If the adaptor does not support the exact hue, saturation, brightness, and contrast levels supplied, the closest levels -supported are assumed. Use XvGetPortAttribute(3X) +supported are assumed. Use XvGetPortAttribute(__libmansuffix__) to query the resulting levels. .PP -When an XvSetPortAttribute(3X) request is processed, a -PortControlNotify(3X) event is generated for all clients -that have requested for port changes using XvSelectPortNotify(3X). +When an XvSetPortAttribute(__libmansuffix__) request is processed, a +PortControlNotify(__libmansuffix__) event is generated for all clients +that have requested for port changes using XvSelectPortNotify(__libmansuffix__). .SH Returned Values .IP [Success] 8 -Returned if XvSetPortAttribute(3X) completed successfully. +Returned if XvSetPortAttribute(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvSelectVideoNotify(3X) failed to allocate memory to process +Returned if XvSelectVideoNotify(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -96,5 +96,5 @@ Generated if the requested attribute atom does not specify an attribute supported by the adaptor. .SH See Also .\" -XvGetPortAttribute(3X), XvSelectPortNotify(3X), XvPortNotify(3X) +XvGetPortAttribute(__libmansuffix__), XvSelectPortNotify(__libmansuffix__), XvPortNotify(__libmansuffix__) .br diff --git a/man/XvStopVideo.man b/man/XvStopVideo.man index 8572ab6..92cba4c 100644 --- a/man/XvStopVideo.man +++ b/man/XvStopVideo.man @@ -1,4 +1,4 @@ -.TH XvStopVideo 3X __vendorversion__ +.TH XvStopVideo __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvStopVideo.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvStopVideo \- stop active video @@ -31,19 +31,19 @@ Specifies the port for which video is to be stopped. Specifies the drawable associated with the named port. .SH Description .\" -XvStopVideo(3X) stops active video for the specified port and +XvStopVideo(__libmansuffix__) stops active video for the specified port and drawable. If the port is not processing video, or if it is processing video in a different drawable, the request is ignored. When video is -stopped a XvVideoNotify(3X) event with detail XvStopped is generated +stopped a XvVideoNotify(__libmansuffix__) event with detail XvStopped is generated for the associated drawable. .\" .SH Returned Values .IP [Success] 8 -Returned if XvStopVideo(3X) completed successfully. +Returned if XvStopVideo(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvStopVideo(3X) failed to allocate memory to process +Returned if XvStopVideo(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 @@ -52,5 +52,5 @@ Generated if the requested port does not exist. Generated if the requested drawable does not exist. .\" .SH See Also -XvGetVideo(3X), XvPutVideo(3X), XvVideoNotifyEvent(3X) +XvGetVideo(__libmansuffix__), XvPutVideo(__libmansuffix__), XvVideoNotifyEvent(__libmansuffix__) .br diff --git a/man/XvUngrabPort.man b/man/XvUngrabPort.man index 8a332a8..6c0b095 100644 --- a/man/XvUngrabPort.man +++ b/man/XvUngrabPort.man @@ -1,4 +1,4 @@ -.TH XvUngrabPort 3X __vendorversion__ +.TH XvUngrabPort __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvUngrabPort.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvUngrabPort \- release port grabbed for video operation @@ -30,22 +30,22 @@ previously grabbed, the request is ignored. Specifies the request timestamp. .\" .SH Description -XvUngrabPort(3X) releases a grabbed port. If \fItime\fR specifies a -time before the last XvGrabPort(3X) was executed, the +XvUngrabPort(__libmansuffix__) releases a grabbed port. If \fItime\fR specifies a +time before the last XvGrabPort(__libmansuffix__) was executed, the request is ignored. .\" .SH Returned Values .IP [Success] 8 -Returned if XvUngrabPort(3X) completed successfully. +Returned if XvUngrabPort(__libmansuffix__) completed successfully. .IP [XvBadExtension] 8 Returned if the Xv extension is unavailable. .IP [XvBadAlloc] 8 -Returned if XvUngrabPort(3X) failed to allocate memory to process +Returned if XvUngrabPort(__libmansuffix__) failed to allocate memory to process the request. .SH Diagnostics .IP [XvBadPort] 8 Generated if the requested port does not exist. .SH See Also .\" -XvGrabPort(3X) +XvGrabPort(__libmansuffix__) .br diff --git a/man/XvVideoNotify.man b/man/XvVideoNotify.man index c15db9b..3cb07c8 100644 --- a/man/XvVideoNotify.man +++ b/man/XvVideoNotify.man @@ -1,4 +1,4 @@ -.TH XvVideoNotify 3X __vendorversion__ +.TH XvVideoNotify __libmansuffix__ __vendorversion__ .\" $XFree86: xc/doc/man/Xv/XvVideoNotify.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .SH Name XvVideoNotify \- event generated for video processing @@ -30,7 +30,7 @@ XvVideoNotify \- event generated for video processing .EE .\" .IP \fItype\fR 8 -Specifies the type of event: XvVideoNotify(3X). +Specifies the type of event: XvVideoNotify(__libmansuffix__). .IP \fIserial\fR 8 Number of the last request processed by the server. .IP \fIsend_event\fR 8 @@ -47,12 +47,12 @@ The port processing the video for which the event was generated. .\" .SH Description .\" -XvVideoNotify(3X) events are generated when video +XvVideoNotify(__libmansuffix__) events are generated when video is started, stopped, preempted by another video request, ignored because the port is grabbed by another client, or interrupted because of a hard transmission or reception error. .\" .SH See Also -XvPutVideo(3X), XvPutStill(3X), XvGetVideo(3X), XvGetStill(3X), -XvStopVideo(3X), XvSelectVideoNotify(3X) +XvPutVideo(__libmansuffix__), XvPutStill(__libmansuffix__), XvGetVideo(__libmansuffix__), XvGetStill(__libmansuffix__), +XvStopVideo(__libmansuffix__), XvSelectVideoNotify(__libmansuffix__) .\" |