SourceSizeList Enumeration
Microsoft DirectShow 9.0 |
SourceSizeList Enumeration
This topic applies to Windows XP or later.
The SourceSizeList enumeration is used to indicate how the VMR will clip the source video rectangle.
Syntax
typedef enum SourceSizeList{sslFullSize,sslClipByOverScan, sslClipByClipRect };
Elements
sslFullSize
Do not clip the source video rectangle.
sslClipByOverScan
Clip the source video rectangle by the value specified in the last call to IMSVidVideoRenderer::put_OverScan.
sslClipByClipRect
Clip the source video rectangle by the value specified in the last call to IMSVidVideoRenderer::put_ClippedSourceRect
Requirements
Header: Dshow.h.
See Also