Class D3D11VideoCompositorStream
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
D3D11 video compositor item.
public class D3D11VideoCompositorStream : VideoMixerStreamInheritance
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
Properties
BlendDestAlpha
Gets or sets the blend factor for destination alpha, "*Color" values are not allowed.
public D3D11CompositorBlend BlendDestAlpha { get; set; }Property Value
BlendDestRGB
Gets or sets the blend factor for destination RGB.
public D3D11CompositorBlend BlendDestRGB { get; set; }Property Value
BlendFactorAlpha
Gets or sets the blend factor for alpha component when blend type is "BlendFactor" or "InverseBlendFactor".
public float BlendFactorAlpha { get; set; }Property Value
BlendFactorBlue
Gets or sets the blend factor for blue component when blend type is "BlendFactor" or "InverseBlendFactor".
public float BlendFactorBlue { get; set; }Property Value
BlendFactorGreen
Gets or sets the blend factor for green component when blend type is "BlendFactor" or "InverseBlendFactor".
public float BlendFactorGreen { get; set; }Property Value
BlendFactorRed
Gets or sets the Blend factor for red component when blend type is "BlendFactor" or "InverseBlendFactor".
public float BlendFactorRed { get; set; }Property Value
BlendOpAlpha
Gets or sets the blend equation for alpha.
public D3D11CompositorBlendOperation BlendOpAlpha { get; set; }Property Value
BlendOpRBG
Gets or sets the blend equation for RGB.
public D3D11CompositorBlendOperation BlendOpRBG { get; set; }Property Value
BlendSourceAlpha
Gets or sets the blend factor for source alpha, "*Color" values are not allowed.
public D3D11CompositorBlend BlendSourceAlpha { get; set; }Property Value
BlendSourceRGB
Gets or sets the blend factor for source RGB.
public D3D11CompositorBlend BlendSourceRGB { get; set; }