xenocara/lib/libXv/man/XvSelectVideoNotify.man

43 lines
1.1 KiB
Groff
Raw Normal View History

2009-10-31 12:54:56 -06:00
.TH XvSelectVideoNotify __libmansuffix__ __vendorversion__ "libXv Functions"
.SH NAME
2006-11-25 11:01:46 -07:00
XvSelectVideoNotify \- enable or disable VideoNotify events
.\"
2009-10-31 12:54:56 -06:00
.SH SYNOPSIS
2008-05-24 07:46:47 -06:00
.B #include <X11/extensions/Xvlib.h>
.sp
.nf
2009-10-31 12:54:56 -06:00
.BI "int XvSelectVideoNotify(Display *" dpy ", Drawable " drawable ", Bool " onoff ");"
2008-05-24 07:46:47 -06:00
.fi
2009-10-31 12:54:56 -06:00
.SH ARGUMENTS
2006-11-25 11:01:46 -07:00
.IP \fIdpy\fR 15
Specifies the connection to the X server.
.IP \fIdrawable\fR 15
Defines the drawable in which video activity is to be reported.
.IP \fIonoff\fR 15
Selects whether video notification is enabled or disabled.
.\"
2009-10-31 12:54:56 -06:00
.SH DESCRIPTION
.BR XvSelectVideoNotify (__libmansuffix__)
enables or disables
.BR XvVideoNotify (__libmansuffix__)
events to be reported for video activity in a drawable.
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.SH RETURN VALUES
2006-11-25 11:01:46 -07:00
.IP [Success] 8
2009-10-31 12:54:56 -06:00
Returned if
.BR XvSelectVideoNotify (__libmansuffix__)
completed successfully.
2006-11-25 11:01:46 -07:00
.IP [XvBadExtension] 8
Returned if the Xv extension is unavailable.
.IP [XvBadAlloc] 8
2009-10-31 12:54:56 -06:00
Returned if
.BR XvSelectVideoNotify (__libmansuffix__)
failed to allocate memory to process the request.
.SH DIAGNOSTICS
2006-11-25 11:01:46 -07:00
.IP [BadDrawable] 8
Generated if the requested drawable does not exist.
2009-10-31 12:54:56 -06:00
.SH SEE ALSO
2006-11-25 11:01:46 -07:00
.\"
2009-10-31 12:54:56 -06:00
.BR XvVideoNotify (__libmansuffix__)