VisioForge (c) 2025

Search Results for

    Class D3D11VideoCompositorStream

    D3D11 video compositor item.

    Inheritance
    object
    VideoMixerStream
    D3D11VideoCompositorStream
    Inherited Members
    VideoMixerStream.Rectangle
    VideoMixerStream.Alpha
    VideoMixerStream.ZOrder
    VideoMixerStream.KeepAspectRatio
    VideoMixerStream.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public class D3D11VideoCompositorStream : VideoMixerStream

    Constructors

    D3D11VideoCompositorStream(Rect, uint)

    Initializes a new instance of the D3D11VideoCompositorStream class.

    Declaration
    public D3D11VideoCompositorStream(Rect rect, uint zorder)
    Parameters
    Type Name Description
    Rect rect

    The rectangle.

    uint zorder

    Stream Z-order.

    Properties

    BlendDestAlpha

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

    Declaration
    public D3D11CompositorBlend BlendDestAlpha { get; set; }
    Property Value
    Type Description
    D3D11CompositorBlend

    BlendDestRGB

    Gets or sets the blend factor for destination RGB.

    Declaration
    public D3D11CompositorBlend BlendDestRGB { get; set; }
    Property Value
    Type Description
    D3D11CompositorBlend

    BlendFactorAlpha

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

    Declaration
    public float BlendFactorAlpha { get; set; }
    Property Value
    Type Description
    float

    BlendFactorBlue

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

    Declaration
    public float BlendFactorBlue { get; set; }
    Property Value
    Type Description
    float

    BlendFactorGreen

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

    Declaration
    public float BlendFactorGreen { get; set; }
    Property Value
    Type Description
    float

    BlendFactorRed

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

    Declaration
    public float BlendFactorRed { get; set; }
    Property Value
    Type Description
    float

    BlendOpAlpha

    Gets or sets the blend equation for alpha.

    Declaration
    public D3D11CompositorBlendOperation BlendOpAlpha { get; set; }
    Property Value
    Type Description
    D3D11CompositorBlendOperation

    BlendOpRBG

    Gets or sets the blend equation for RGB.

    Declaration
    public D3D11CompositorBlendOperation BlendOpRBG { get; set; }
    Property Value
    Type Description
    D3D11CompositorBlendOperation

    BlendSourceAlpha

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

    Declaration
    public D3D11CompositorBlend BlendSourceAlpha { get; set; }
    Property Value
    Type Description
    D3D11CompositorBlend

    BlendSourceRGB

    Gets or sets the blend factor for source RGB.

    Declaration
    public D3D11CompositorBlend BlendSourceRGB { get; set; }
    Property Value
    Type Description
    D3D11CompositorBlend