1xcb_xv_video_notify_event_t(3)    XCB Events    xcb_xv_video_notify_event_t(3)
2
3
4

NAME

6       xcb_xv_video_notify_event_t -
7

SYNOPSIS

9       #include <xcb/xv.h>
10
11   Event datastructure
12       typedef struct xcb_xv_video_notify_event_t {
13           uint8_t         response_type;
14           uint8_t         reason;
15           uint16_t        sequence;
16           xcb_timestamp_t time;
17           xcb_drawable_t  drawable;
18           xcb_xv_port_t   port;
19       } xcb_xv_video_notify_event_t;
20

EVENT FIELDS

22       response_type
23                 The type of this event, in this case XCB_XV_VIDEO_NOTIFY.
24                 This field is also present in the xcb_generic_event_t and can
25                 be used to tell events apart from each other.
26
27       sequence  The sequence number of the last request processed by the X11
28                 server.
29
30       reason    NOT YET DOCUMENTED.
31
32       time      NOT YET DOCUMENTED.
33
34       drawable  NOT YET DOCUMENTED.
35
36       port      NOT YET DOCUMENTED.
37

DESCRIPTION

SEE ALSO

AUTHOR

41       Generated from xv.xml. Contact xcb@lists.freedesktop.org for correcā€
42       tions and improvements.
43
44
45
46X Version 11                      libxcb 1.12   xcb_xv_video_notify_event_t(3)
Impressum