IFullScreenVideoEx::GetClipFactor
Microsoft DirectShow 9.0 |
IFullScreenVideoEx::GetClipFactor
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. |
Requirements
Header: Declared in Amvideo.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also