Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : VideoRendererType Enumeration |
public enum VideoRendererType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum VideoRendererType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As VideoRendererType
public enum class VideoRendererType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Legacy | Specifies the preferred renderer to be Microsoft Legacy Video Renderer. |
0x00000001 | VMR7 | Specifies the preferred renderer to be Microsoft VMR7 Video Renderer. |
0x00000002 | VMR9 | Specifies the preferred renderer to be Microsoft VMR9 Video Renderer. VMR9 is the default value. |
0x00000003 | NULL | 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 GDI or OpenGL. You would typically retrieve the samples using the LEAD Video Callback Filter. |
0x00000004 | EVR | Specifies the preferred renderer to be Microsoft Enhanced Video Renderer (EVR). |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.VideoRendererType