IDXVAHD_VideoProcessor interface
Represents a Microsoft DirectX Video Acceleration High Definition (DXVA-HD) video processor.
To get a pointer to this interface, call the IDXVAHD_Device::CreateVideoProcessor method.
Members
The IDXVAHD_VideoProcessor interface inherits from the IUnknown interface. IDXVAHD_VideoProcessor also has these types of members:
Methods
The IDXVAHD_VideoProcessor interface has these methods.
| Method | Description |
|---|---|
| GetVideoProcessBltState |
Gets the value of a state parameter for a DXVA-HD blit operation. |
| GetVideoProcessStreamState |
Gets the value of a state parameter for a DXVA-HD input stream. |
| SetVideoProcessBltState |
Sets a state parameter for a DXVA-HD blit operation. |
| SetVideoProcessStreamState |
Sets a state parameter for a DXVA-HD input stream. |
| VideoProcessBltHD |
Performs a video processing blit on one or more input samples and writes the result to a Microsoft Direct3D surface. |
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also