Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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
sslFullSizeValue: 0 Do not clip the source video rectangle. |
sslClipByOverScanClip the source video rectangle by the value specified in the last call to IMSVidVideoRenderer::put_OverScan. |
sslClipByClipRectClip 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