1XvSelectVideoNotify(3)          libXv Functions         XvSelectVideoNotify(3)
2
3
4

NAME

6       XvSelectVideoNotify - enable or disable VideoNotify events
7

SYNOPSIS

9       #include <X11/extensions/Xvlib.h>
10
11       int XvSelectVideoNotify(Display *dpy, Drawable drawable, Bool onoff);
12

ARGUMENTS

14       dpy            Specifies the connection to the X server.
15
16       drawable       Defines  the  drawable  in which video activity is to be
17                      reported.
18
19       onoff          Selects whether video notification is  enabled  or  dis‐
20                      abled.
21

DESCRIPTION

23       XvSelectVideoNotify(3)  enables  or disables XvVideoNotify(3) events to
24       be reported for video activity in a drawable.
25

RETURN VALUES

27       [Success]
28               Returned if XvSelectVideoNotify(3) completed successfully.
29
30       [XvBadExtension]
31               Returned if the Xv extension is unavailable.
32
33       [XvBadAlloc]
34               Returned if XvSelectVideoNotify(3) failed to allocate memory to
35               process the request.
36

DIAGNOSTICS

38       [BadDrawable]
39               Generated if the requested drawable does not exist.
40

SEE ALSO

42       XvVideoNotify(3)
43
44
45
46
47X Version 11                     libXv 1.0.11           XvSelectVideoNotify(3)
Impressum