XvSelectVideoNotify __libmansuffix__ __vendorversion__ "libXv Functions"
NAME
XvSelectVideoNotify - enable or disable VideoNotify events
SYNOPSIS
#include <X11/extensions/Xvlib.h>
"int XvSelectVideoNotify(Display *" dpy ", Drawable " drawable ", Bool " onoff ");"
ARGUMENTS
dpy 15
Specifies the connection to the X server.
drawable 15
Defines the drawable in which video activity is to be reported.
onoff 15
Selects whether video notification is enabled or disabled.
DESCRIPTION
XvSelectVideoNotify (__libmansuffix__) enables or disables
XvVideoNotify (__libmansuffix__) events to be reported for video activity in a drawable.
RETURN VALUES
[Success] 8
Returned if
XvSelectVideoNotify (__libmansuffix__) completed successfully.
[XvBadExtension] 8
Returned if the Xv extension is unavailable.
[XvBadAlloc] 8
Returned if
XvSelectVideoNotify (__libmansuffix__) failed to allocate memory to process the request.
DIAGNOSTICS
[BadDrawable] 8
Generated if the requested drawable does not exist.
SEE ALSO
XvVideoNotify (__libmansuffix__)