Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

ltmmVideoRenderer Constants

Show in webframe

typedef enum _ltmmVideoRenderer
{
   ltmmVideoRenderer_Legacy,
   ltmmVideoRenderer_VMR7,
   ltmmVideoRenderer_VMR9,
 ltmmVideoRenderer_NULL,
} ltmmVideoRenderer;

The ltmmVideoRenderer constants define the preferred video renderer for capture, convert and playback.

Constant

Description

ltmmVideoRenderer_Legacy

[0] Specifies the preferred renderer to be Microsoft Legacy Video Renderer. If you are on a system that supports VMR7 or VMR9, then the Legacy renderer is not automatically attempted unless the user explicitly sets Legacy as a preference. This prevents screen flashing on these systems.

ltmmVideoRenderer_VMR7

[1] Specifies the preferred renderer to be Microsoft VMR7 Video Renderer.

ltmmVideoRenderer_VMR9

[2] Specifies the preferred renderer to be Microsoft VMR9 Video Renderer. This is the default value.

ltmmVideoRenderer_NULL

[3] Specifies the preferred renderer to be Null Renderer. In this case, the video samples will pass through the graph at the specified playback rate, but will not be displayed, so you will need to implement your own drawing. This is useful when you want to do your own drawing using Windows GDI or OpenGL. You would typically retrieve the samples using the LEAD Video Callback Filter.

See Also

IltmmCapture::get_PreferredVideoRenderer

IltmmCapture::put_PreferredVideoRenderer

IltmmConvert::get_PreferredVideoRenderer

IltmmConvert::put_PreferredVideoRenderer

IltmmPlay::get_PreferredVideoRenderer

IltmmPlay::put_PreferredVideoRenderer

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.