XvVideoNotify(3X) UNIX Programmer's Manual XvVideoNotify(3X)
XvVideoNotify - event generated for video processing
#include <X11/extensions/Xvlib.h>
typedef union {
int type;
XvVideoNotifyEvent xvvideo;
XvPortNotifyEvent xvport;
long pad[24];
} XvEvent;
typedef struct {
int type;
unsigned long serial;
Bool send_event;
Display *display;
Drawable drawable;
unsigned long reason;
XvPortID port_id;
Time time;
} XvVideoNotifyEvent;
type Specifies the type of event: XvVideoNotify(3X).
serial Number of the last request processed by the server.
send_event
True if the event was generated by a SendEvent
request.
display A pointer to the display the event was read from.
drawable
The drawable for which the event was generated.
reason The reason the event was generated: XvStarted,
XvStopped, XvPreempted, XvBusy, XvHardError.
port_id The port processing the video for which the event
was generated.
XvVideoNotify(3X) events are generated when video is
started, stopped, preempted by another video request,
ignored because the port is grabbed by another client, or
interrupted because of a hard transmission or reception
error.
XFree86 Version 4.5.0 1
XvVideoNotify(3X) UNIX Programmer's Manual XvVideoNotify(3X)
XvPutVideo(3X), XvPutStill(3X), XvGetVideo(3X),
XvGetStill(3X), XvStopVideo(3X), XvSelectVideoNotify(3X)
XFree86 Version 4.5.0 2
Generated on 2012-02-20 02:47:02 by $MirOS: src/scripts/roff2htm,v 1.70 2011/12/03 18:21:12 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2011 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.