Class GLBaseVideoEffect
- Namespace
- VisioForge.Core.Types.X.OpenGL
- Assembly
- VisioForge.Core.dll
Base video effect for OpenGL.
public class GLBaseVideoEffectInheritance
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
idGLVideoEffectID-
The identifier.
namestring-
The name.
Properties
ID
Gets the identifier.
public GLVideoEffectID ID { get; }Property Value
Index
Gets or sets the index.
public int Index { get; set; }Property Value
Name
Gets the name.
public string Name { get; }Property Value
Methods
OnUpdateCall()
Called when [update call].
public void OnUpdateCall()OnUpdate
Occurs when [on update].
public event EventHandler<EventArgs> OnUpdate