summaryrefslogtreecommitdiff
path: root/man/XvFreeAdaptorInfo.man
blob: b901cf362c6fd12e500887b85c61a493e38d68bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH XvFreeAdaptorInfo __libmansuffix__ __vendorversion__ "libXv Functions"
.SH NAME
XvFreeAdaptorInfo \- free adaptor information
.\"
.SH SYNOPSIS
.BI "void XvFreeAdaptorInfo(XvAdaptorInfo *" p_adaptor_info ");"
.SH ARGUMENTS
.\"
.IP \fIp_adaptor_info\fR 8
Pointer to where the adaptor information is located.
.\"
.SH DESCRIPTION
.\"
.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
.\"
.BR XvQueryAdaptors (__libmansuffix__),
.BR XvFreeEncodingInfo (__libmansuffix__)