Class VideoRendererEVR
Class VideoRendererEVR. Implements the System.IDisposable.
Inheritance
System.Object
VideoRendererEVR
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
public class VideoRendererEVR : IDisposable
Constructors
VideoRendererEVR()
Initializes a new instance of the VideoRendererEVR class.
Declaration
public VideoRendererEVR()
Properties
BackgroundColor
Gets or sets background color.
Declaration
public Color BackgroundColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color | The color of the background. |
Letterbox
Gets or sets a value indicating whether this VideoRendererEVR is letterbox.
Declaration
public bool Letterbox { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
ScreenHandle
Gets or sets the screen handle.
Declaration
public IntPtr ScreenHandle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr | The screen handle. |
Methods
Dispose()
Dispose.
Declaration
public void Dispose()
Dispose(Boolean)
Dispose.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | Disposing parameter. |
Finalize()
Finalizes an instance of the VideoRendererEVR class.
Declaration
protected void Finalize()
GetFilter()
Gets the filter.
Declaration
public IBaseFilter GetFilter()
Returns
| Type | Description |
|---|---|
| IBaseFilter | IBaseFilter. |
Init(IFilterGraph2)
Inits video renderer.
Declaration
public void Init(IFilterGraph2 filterGraph)
Parameters
| Type | Name | Description |
|---|---|---|
| IFilterGraph2 | filterGraph | Filter graph. |
Update(IFilterGraph2, Int32, Int32)
Updates video renderer.
Declaration
public void Update(IFilterGraph2 filterGraph, int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| IFilterGraph2 | filterGraph | Filter graph. |
| System.Int32 | width | The width. |
| System.Int32 | height | The height. |
Implements
System.IDisposable
See Also
System.IDisposable