Interface IBaseVideoEffect
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Base video effect interface.
public interface IBaseVideoEffectProperties
ID
Gets the identifier.
VideoEffectID ID { get; }Property Value
Name
Gets the name.
string Name { get; }Property Value
Methods
OnUpdateCall()
Raises the OnUpdate event to notify subscribers that the effect has been updated.
void OnUpdateCall()OnUpdate
Occurs when [on update].
event EventHandler<EventArgs> OnUpdate