Share via


AM_VIDEO_RENDERER_MODE

Send Feedback

This enumeration contains flags that identify rendering modes used by the DirectShow Video Renderer Filter.

typedef enum {
  AM_VIDEO_RENDERER_MODE_DDRAW,
  AM_VIDEO_RENDERER_MODE_GDI
} AM_VIDEO_RENDERER_MODE;

Elements

Remarks

This enumeration is used with the IAMVideoRendererMode interface.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 5.0 and later
Header:

See Also

DirectShow Enumerations | IAMVideoRendererMode Interface | DirectDraw | Graphics Device Interface (GDI)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.