Microsoft DirectX 9.0

SourceSizeList Enumeration

This topic applies to Windows XP 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