VisioForge (c) 2025

Search Results for

    Class MaxineAIGSVideoEffect

    Nvidia Maxine AIGS video effect. Implements the VideoEffect.

    Inheritance
    object
    VideoEffect
    MaxineAIGSVideoEffect
    Implements
    IVideoEffect
    Inherited Members
    VideoEffect.StartTime
    VideoEffect.StopTime
    VideoEffect.Name
    VideoEffect.Enabled
    VideoEffect.Stream
    VideoEffect.GetEffectType()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public class MaxineAIGSVideoEffect : VideoEffect, IVideoEffect

    Constructors

    MaxineAIGSVideoEffect(string, MaxineAIGSEffectMode, string)

    Initializes a new instance of the MaxineAIGSVideoEffect class.

    Declaration
    public MaxineAIGSVideoEffect(string name = "aigs", MaxineAIGSEffectMode mode = MaxineAIGSEffectMode.Background, string backgroundImage = null)
    Parameters
    Type Name Description
    string name

    The name.

    MaxineAIGSEffectMode mode

    The mode.

    string backgroundImage

    The background image.

    Properties

    BackgroundImage

    Gets or sets the background image.

    Declaration
    public string BackgroundImage { get; set; }
    Property Value
    Type Description
    string

    The background image.

    BlurStrength

    Gets or sets the blur strength.

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

    The blur strength.

    Mode

    Gets or sets the effect mode.

    Declaration
    public MaxineAIGSEffectMode Mode { get; set; }
    Property Value
    Type Description
    MaxineAIGSEffectMode

    The effect mode.

    Implements

    IVideoEffect

    See Also

    VideoEffect