Microsoft DirectX 9.0

VMR Support for DirectX Video Acceleration

DirectX Video Acceleration is an Application Programming Interface (API) and a corresponding Device Driver Interface (DDI) for hardware acceleration of digital video decoding processing, with support of alpha blending for such purposes as DVD subpicture support. DirectX VA is documented in the Windows DDK. The IAMVideoAccelerator interface, which provides user mode access to DirectX VA functionality on a hardware device, is documented in this SDK.

The VMR supports IAMVideoAccelerator, and its implementation is identical to the old Overlay Mixer except for one important difference. The Overlay Mixer guaranteed that the output is rendered into an overlay surface, while the VMR can send the output for further processing, for example a 3D operation, or it might send the output to an offscreen surface which is then blitted to the primary surface.

See Also