Table of Contents

Class D3D11VideoCompositorStream

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

D3D11 video compositor item.

public class D3D11VideoCompositorStream : VideoMixerStream

Inheritance

Inherited Members

Constructors

D3D11VideoCompositorStream(Rect, uint)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.D3D11VideoCompositorStream class.

public D3D11VideoCompositorStream(Rect rect, uint zorder)

Parameters

rect Rect

The rectangle.

zorder uint

Stream Z-order.

Properties

BlendDestAlpha

Gets or sets the blend factor for destination alpha, "*Color" values are not allowed.

public D3D11CompositorBlend BlendDestAlpha { get; set; }

Property Value

D3D11CompositorBlend

BlendDestRGB

Gets or sets the blend factor for destination RGB.

public D3D11CompositorBlend BlendDestRGB { get; set; }

Property Value

D3D11CompositorBlend

BlendFactorAlpha

Gets or sets the blend factor for alpha component when blend type is "BlendFactor" or "InverseBlendFactor".

public float BlendFactorAlpha { get; set; }

Property Value

float

BlendFactorBlue

Gets or sets the blend factor for blue component when blend type is "BlendFactor" or "InverseBlendFactor".

public float BlendFactorBlue { get; set; }

Property Value

float

BlendFactorGreen

Gets or sets the blend factor for green component when blend type is "BlendFactor" or "InverseBlendFactor".

public float BlendFactorGreen { get; set; }

Property Value

float

BlendFactorRed

Gets or sets the Blend factor for red component when blend type is "BlendFactor" or "InverseBlendFactor".

public float BlendFactorRed { get; set; }

Property Value

float

BlendOpAlpha

Gets or sets the blend equation for alpha.

public D3D11CompositorBlendOperation BlendOpAlpha { get; set; }

Property Value

D3D11CompositorBlendOperation

BlendOpRBG

Gets or sets the blend equation for RGB.

public D3D11CompositorBlendOperation BlendOpRBG { get; set; }

Property Value

D3D11CompositorBlendOperation

BlendSourceAlpha

Gets or sets the blend factor for source alpha, "*Color" values are not allowed.

public D3D11CompositorBlend BlendSourceAlpha { get; set; }

Property Value

D3D11CompositorBlend

BlendSourceRGB

Gets or sets the blend factor for source RGB.

public D3D11CompositorBlend BlendSourceRGB { get; set; }

Property Value

D3D11CompositorBlend