IDirectDrawVideo::UseOverlayStretch (Compact 2013)

3/26/2014

This method determines whether the renderer should check overlay stretch limitations.

Syntax

HRESULT UseOverlayStretch(
  long UseOverlayStretch
);

Parameters

  • UseOverlayStretch
    Set to OATRUE for the renderer to use overlay stretching; otherwise, set to OAFALSE.

Return Value

Returns an HRESULT value.

Remarks

Some display cards provide the use of overlay surfaces through DirectDraw.

An overlay surface is a block of video memory whose contents are overlaid onto the display during the monitor's vertical refresh.

DirectShow uses all available overlay surfaces where possible because they typically offer higher-quality video and very fast performance.

On some display cards set to relatively high bit depths, the overlay must be displayed on the screen larger than its real size (to accommodate certain display hardware bandwidth limitations).

If the overlay is not displayed large enough, undesirable effects can be seen on the display (sometimes described as a fleeting shimmering effect).

If UseOverlayStretch is set to On (the default), DirectShow ensures the overlay is adequately stretched before displaying it.

If UseOverlayStretchis set to Off, DirectShow will not verify that the overlay is adequately stretched, and the user is likely to experience artifacts on the screen (although it will also guarantee that the overlay will be used if possible).

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IDirectDrawVideo Interface