Class D3D11VideoCompositorSettings
D3D11 video compositor settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class D3D11VideoCompositorSettings : VideoMixerBaseSettings
Constructors
D3D11VideoCompositorSettings(int, int, VideoFrameRate)
Initializes a new instance of the D3D11VideoCompositorSettings class.
Declaration
public D3D11VideoCompositorSettings(int width, int height, VideoFrameRate frameRate)
Parameters
| Type | Name | Description |
|---|---|---|
| int | width | The width. |
| int | height | The height. |
| VideoFrameRate | frameRate | The frame rate. |
D3D11VideoCompositorSettings(int, int, VideoFrameRate, List<VideoMixerStream>)
Initializes a new instance of the D3D11VideoCompositorSettings class.
Declaration
public D3D11VideoCompositorSettings(int width, int height, VideoFrameRate frameRate, List<VideoMixerStream> streams)
Parameters
| Type | Name | Description |
|---|---|---|
| int | width | The width. |
| int | height | The height. |
| VideoFrameRate | frameRate | The frame rate. |
| List<VideoMixerStream> | streams | The streams. |
Properties
AdapterIndex
Gets or sets the adapter index for creating device (-1 for default).
Declaration
public int AdapterIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |