Table of Contents

Class BaseVideoEffect

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

Base video effect.

public class BaseVideoEffect : IBaseVideoEffect

Inheritance

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

id VideoEffectID

The identifier.

name string

The name.

Properties

ID

Gets the identifier.

public VideoEffectID ID { get; }

Property Value

VideoEffectID

Name

Gets the name.

public string Name { get; }

Property Value

string

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

Event Type

EventHandler<EventArgs>