*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XvQueryPortAttributes | Section: 3 | Source: OpenBSD | File: XvQueryPortAttributes.3
XvQueryPortAttributes(3) libXv Functions XvQueryPortAttributes(3) NAME XvQueryPortAttributes - return list of attributes of a video port SYNOPSIS #include <X11/extensions/Xvlib.h> XvAttribute* XvQueryPortAttributes(Display *dpy, XvPortID port, int *p_num_attributes); ARGUMENTS dpy Specifies the connection to the X server. port Specifies the port whose adaptor is to be queried for its list of attributes. p_num_attributes A pointer to where the number of attributes returned in the ar- ray is written. DESCRIPTION XvQueryPortAttributes(3)returnsthenumberofattributes and an array of XvAttributes valid for the given port. The array may be freed with XFree(3). RETURN VALUES XvAttribute has the following structure: typedef struct { int flags; int min_value; int max_value; char *name; } XvAttribute; flags May be XvGettable or XvSettable or both OR'd together indicat- ing the particular attribute is readable, writeable or readable and writeable. min_value The minimum attribute values which are valid for the driver. The maximum attribute values which are valid for the driver. name A string describing the name of the attribute that may be used to retrieve the Atom for the particular attribute. DIAGNOSTICS [XvBadPort] Generated if the requested port does not exist. SEE ALSO XvGetPortAttribute(3), XvSetPortAttribute(3) X Version 11 libXv 1.0.12 XvQueryPortAttributes(3)

Navigation Options