SourceSizeList enumeration (segment.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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 = 0,
sslClipByOverScan,
sslClipByClipRect
} ;
Constants
sslFullSize Value: 0 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
Requirement | Value |
---|---|
Header | segment.h (include Dshow.h) |
See also
IMSVidVideoRenderer::get_SourceSize