Table of Contents

Class GLBaseVideoEffect

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

Base video effect for OpenGL.

public class GLBaseVideoEffect

Inheritance

Derived

Inherited Members

Constructors

GLBaseVideoEffect(GLVideoEffectID, string)

Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLBaseVideoEffect class.

public GLBaseVideoEffect(GLVideoEffectID id, string name)

Parameters

id GLVideoEffectID

The identifier.

name string

The name.

Properties

ID

Gets the identifier.

public GLVideoEffectID ID { get; }

Property Value

GLVideoEffectID

Index

Gets or sets the index.

public int Index { get; set; }

Property Value

int

Name

Gets the name.

public string Name { get; }

Property Value

string

Methods

OnUpdateCall()

Called when [update call].

public void OnUpdateCall()

OnUpdate

Occurs when [on update].

public event EventHandler<EventArgs> OnUpdate

Event Type

EventHandler<EventArgs>