Class MaxineAIGSVideoEffect
Nvidia Maxine AIGS video effect. Implements the VideoEffect.
Implements
Inherited Members
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. |