Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 
} ;
Constants
- 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 | Declared in Dshow.h. | 
See Also
IMSVidVideoRenderer::get_SourceSize
IMSVidVideoRenderer::put_SourceSize
Video Control Enumerations
Send comments about this topic to Microsoft
Build date: 12/4/2008