Class BaseVideoEffect
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Base video effect.
public class BaseVideoEffect : IBaseVideoEffectInheritance
Derived
Implements
Inherited Members
Constructors
BaseVideoEffect(VideoEffectID, string)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.BaseVideoEffect class.
public BaseVideoEffect(VideoEffectID id, string name)Parameters
idVideoEffectID-
The identifier.
namestring-
The name.
Properties
ID
Gets the identifier.
public VideoEffectID ID { get; }Property Value
Name
Gets the name.
public string Name { get; }Property Value
Methods
OnUpdateCall()
Raises the OnUpdate event to notify subscribers that the effect has been updated.
public void OnUpdateCall()OnUpdate
Occurs when [on update].
public event EventHandler<EventArgs> OnUpdate