VDPAU
|
The VdpDevice is the root of the VDPAU object system. Using a VdpDevice object, all other object types may be created. See the sections describing those other object types for details on object creation. More...
Typedefs | |
typedef uint32_t | VdpDevice |
An opaque handle representing a VdpDevice object. More... | |
typedef VdpStatus | VdpDeviceDestroy(VdpDevice device) |
Destroy a VdpDevice. More... | |
The VdpDevice is the root of the VDPAU object system. Using a VdpDevice object, all other object types may be created. See the sections describing those other object types for details on object creation.
Note that VdpDevice objects are created using the Window System Integration Layer.
typedef uint32_t VdpDevice |
An opaque handle representing a VdpDevice object.