XvPortNotify __libmansuffix__ __vendorversion__ "libXv Functions"
NAME
XvPortNotify - event generated when port attributes change
SYNOPSIS
#include <X11/extensions/Xvlib.h>

.EX typedef union { int type; XvVideoNotifyEvent xvvideo; XvPortNotifyEvent xvport; long pad[24]; } XvEvent; typedef struct { int type; unsigned long serial; Bool send_event; Display *display; XvPortID port_id; Time time; Atom attribute; long value; } XvPortNotifyEvent;

type 15
Specifies the type of event: XvPortNotify.
serial 15
Number of the last request processed by the server.
send_event 15
True if the event was generated by a SendEvent request.
display 15
A pointer to the display the event was read from.
port_id 15
The port whose attribute has changed.
attribute 15
An atom specifying the attribute that changed.
value 15
The new value of the attribute.
DESCRIPTION

XvPortNotify events are generated when a port attribute is set using the XvSetPortAttribute (__libmansuffix__) function.
SEE ALSO
XvSetPortAttribute (__libmansuffix__), XvGetPortAttribute (__libmansuffix__), XvSelectPortNotify (__libmansuffix__).