Table of Contents

Interface IBaseVideoEffect

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Base video effect interface.

public interface IBaseVideoEffect

Properties

ID

Gets the identifier.

VideoEffectID ID { get; }

Property Value

VideoEffectID

Name

Gets the name.

string Name { get; }

Property Value

string

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

Event Type

EventHandler<EventArgs>