1XvSelectVideoNotify(3)     Library Functions Manual     XvSelectVideoNotify(3)
2
3
4

Name

6       XvSelectVideoNotify - enable or disable VideoNotify events
7

Syntax

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

Arguments

18       dpy            Specifies the connection to the X server.
19
20       drawable       Defines  the  drawable  in which video activity is to be
21                      reported.
22
23       onoff          Selects whether video notification is  enabled  or  dis‐
24                      abled.
25

Description

27       XvSelectVideoNotify(3)  enables  or  disables events to be reported for
28       video activity in a drawable.
29

Returned Values

31       [Success]
32               Returned if XvSelectVideoNotify(3) completed successfully.
33
34       [XvBadExtension]
35               Returned if the Xv extension is unavailable.
36
37       [XvBadAlloc]
38               Returned if XvSelectVideoNotify(3) failed to allocate memory to
39               process the request.
40

Diagnostics

42       [BadDrawable]
43               Generated if the requested drawable does not exist.
44

See Also

46       XvVideoNotify
47
48
49
50X Version 11                      libXv 1.0.3           XvSelectVideoNotify(3)
Impressum