168#define VDP_FUNC_ID_PRESENTATION_QUEUE_TARGET_CREATE_X11 (VdpFuncId)(VDP_FUNC_ID_BASE_WINSYS + 0)
uint32_t VdpDevice
An opaque handle representing a VdpDevice object.
Definition: vdpau.h:1538
uint32_t VdpPresentationQueueTarget
An opaque handle representing the location where video will be presented.
Definition: vdpau.h:4552
VdpDeviceCreateX11 vdp_device_create_x11
Create a VdpDevice object for use with X11. This is an actual symbol of type VdpDeviceCreateX11.
Definition: vdpau_x11.h:138
VdpStatus VdpDeviceCreateX11(Display *display, int screen, VdpDevice *device, VdpGetProcAddress **get_proc_address)
Create a VdpDevice object for use with X11.
Definition: vdpau_x11.h:125
VdpStatus VdpPresentationQueueTargetCreateX11(VdpDevice device, Drawable drawable, VdpPresentationQueueTarget *target)
Create a VdpPresentationQueueTarget for use with X11.
Definition: vdpau_x11.h:160
VdpStatus
The set of all possible error codes.
Definition: vdpau.h:1301
VdpStatus VdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer)
Retrieve a VDPAU function pointer.
Definition: vdpau.h:4965