AM_VIDEO_RENDERER_MODE
A version of this page is also available for
4/8/2010
This enumeration contains flags that identify rendering modes used by the DirectShow Video Renderer Filter.
Syntax
typedef enum {
AM_VIDEO_RENDERER_MODE_DDRAW,
AM_VIDEO_RENDERER_MODE_GDI
} AM_VIDEO_RENDERER_MODE;
Elements
- AM_VIDEO_RENDERER_MODE_DDRAW
Identifies that the video renderer is using Microsoft® DirectDraw.
- AM_VIDEO_RENDERER_MODE_GDI
Identifies that the video renderer is using Graphics Device Interface (GDI).
Remarks
This enumeration is used with the IAMVideoRendererMode Interface interface.
Requirements
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |
See Also
Reference
DirectShow Enumerations
IAMVideoRendererMode Interface