xenocara/lib/libXv/man/XvFreeAdaptorInfo.man

24 lines
686 B
Groff
Raw Normal View History

2009-10-31 12:54:56 -06:00
.TH XvFreeAdaptorInfo __libmansuffix__ __vendorversion__ "libXv Functions"
.SH NAME
XvFreeAdaptorInfo \- free adaptor information
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.SH SYNOPSIS
.BI "void XvFreeAdaptorInfo(XvAdaptorInfo *" p_adaptor_info ");"
.SH ARGUMENTS
2006-11-25 11:01:46 -07:00
.\"
.IP \fIp_adaptor_info\fR 8
2009-10-31 12:54:56 -06:00
Pointer to where the adaptor information is located.
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.SH DESCRIPTION
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.BR XvFreeAdaptorInfo (__libmansuffix__)
frees adaptor information that was returned by
.BR XvQueryAdaptors (__libmansuffix__).
The data structure used for adaptor information is defined in the
reference page for
.BR XvQueryAdaptors (__libmansuffix__).
.SH SEE ALSO
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.BR XvQueryAdaptors (__libmansuffix__),
.BR XvFreeEncodingInfo (__libmansuffix__)