Class BaseVideoEffect
Base video effect.
Inheritance
BaseVideoEffect
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class BaseVideoEffect
Constructors
BaseVideoEffect(VideoEffectID, string)
Initializes a new instance of the BaseVideoEffect class.
Declaration
public BaseVideoEffect(VideoEffectID id, string name)
Parameters
Type | Name | Description |
---|---|---|
VideoEffectID | id | The identifier. |
string | name | The name. |
Properties
ID
Gets the identifier.
Declaration
public VideoEffectID ID { get; }
Property Value
Type | Description |
---|---|
VideoEffectID | The identifier. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The name. |
Methods
OnUpdateCall()
Called when [update call].
Declaration
public void OnUpdateCall()
Events
OnUpdate
Occurs when [on update].
Declaration
public event EventHandler<EventArgs> OnUpdate
Event Type
Type | Description |
---|---|
EventHandler<EventArgs> |