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

Name

6       XvPortNotify - event generated when port attributes change
7

Syntax

9       #include <X11/extensions/Xvlib.h>
10
11
12            typedef union {
13              int type;
14              XvVideoNotifyEvent xvvideo;
15              XvPortNotifyEvent xvport;
16              long pad[24];
17            } XvEvent;
18
19            typedef struct {
20              int type;
21              unsigned long serial;
22              Bool send_event;
23              Display *display;
24              XvPortID port_id;
25              Time time;
26              Atom attribute;
27              long value;
28            } XvPortNotifyEvent;
29
30
31       type    Specifies the type of event: XvPortNotify.
32
33       serial  Number of the last request processed by the server.
34
35       send_event
36               True if the event was generated by a SendEvent request.
37
38       display A pointer to the display the event was read from.
39
40       port_id The port whose attribute has changed.
41
42       attribute
43               An atom specifying the attribute that changed.
44
45       value   The new value of the attribute.
46

Description

48       XvPortNotify  events  are  generated when a port attribute is set using
49       the XvSetPortAttribute(3) function.
50

See Also

52       XvSetPortAttribute(3), XvGetPortAttribute(3), XvSelectPortNotify(3)
53
54
55
56
57
58
59
60X Version 11                      libXv 1.0.3                  XvPortNotify(3)
Impressum