Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
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
See Also