Microsoft DirectX 9.0 |
The GetClipFactor method retrieves the clip factor, which determines how much of the video the Full Screen Renderer is allowed to clip. For example, if the clip factor is 25, the Full Screen Renderer can clip up to 25% of the video.
Syntax
HRESULT GetClipFactor(
long *pClipFactor
);
Parameters
pClipFactor
[out] Pointer to a variable the receives the clip factor.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_POINTER | NULL pointer argument. |
S_OK | Success. |
See Also