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

Name

6       XvSelectPortNotify - enable or disable XvPortNotify(3) events
7

Syntax

9       #include <X11/extensions/Xvlib.h>
10
11       XvSelectPortNotify(dpy, port, onoff)
12
13       Display *dpy;
14       XvPortID port;
15       Bool onoff;
16

Arguments

18       dpy     Specifies the connection to the X server.
19
20       port    Specifies the port for which PortNotify events are to be gener‐
21               ated  when  its  attributes  are  changed  using   XvSetPortAt‐
22               tribute(3).
23
24       onoff   Specifies whether notification is to be enabled or disabled.
25

Description

27       XvSelectPortNotify(3)  enables or disables PortNotify event delivery to
28       the requesting client.  XvPortNotify(3) events are generated when  port
29       attributes are changed using XvSetPortAttribute(3).
30

Returned Values

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

Diagnostics

43       [XvBadPort]
44               Generated if the requested port does not exist.
45

See Also

47       XvSetPortNotify(3), XvSetPortAttribute(3), XvPortNotify(3)
48
49
50
51X Version 11                      libXv 1.0.3            XvSelectPortNotify(3)
Impressum