Microsoft DirectX 9.0 |
The SetVideoClippingWindow method specifies the container window that video should be clipped to.
Syntax
HRESULT SetVideoClippingWindow(
HWND hwnd
);
Parameters
hwnd
[in] Specifies the window to which the video should be clipped.
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Value | Description |
S_OK | The method succeeded. |
VFW_E_WRONG_STATE | The VMR is not in windowless mode. |
Requirements
Include D3d9.h, Vmr9.h.
See Also