Flipping Overlay Surfaces

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Like other types of surfaces, you can create overlay flipping chains. After creating a flipping chain of overlays, call the IDirectDrawSurface::Flip method to flip between them. For more information, see Flipping Surfaces.

Software decoders displaying video with overlay surfaces can use the DDFLIP_ODD and DDFLIP_EVEN flags when calling the Flip method to use capabilities that reduce motion artifacts.

If the driver supports odd-even flipping, the DDMISCCAPS_FLIPODDEVEN flag will be set in the DDCAPS structure after retrieving driver capabilities.