VisioForge (c) 2025

Search Results for

    Class BaseVideoEffect

    Base video effect.

    Inheritance
    object
    BaseVideoEffect
    AgingVideoEffect
    AspectRatioCropVideoEffect
    BoxVideoEffect
    CircleVideoEffect
    ColorEffectsVideoEffect
    CropVideoEffect
    CustomVideoSampleGrabberEffect
    DeinterlaceVideoEffect
    DiceVideoEffect
    EdgeVideoEffect
    FishEyeVideoEffect
    FlipRotateVideoEffect
    GammaVideoEffect
    GaussianBlurVideoEffect
    GrayscaleVideoEffect
    ImageOverlayVideoEffect
    KaleidoscopeVideoEffect
    MarbleVideoEffect
    MovingBlurVideoEffect
    MovingEchoVideoEffect
    MovingZoomEchoVideoEffect
    OpticalAnimationBWVideoEffect
    Pseudo3DVideoEffect
    QuarkVideoEffect
    ResizeVideoEffect
    RippleVideoEffect
    SVGOverlayVideoEffect
    SmoothVideoEffect
    SquareVideoEffect
    StretchVideoEffect
    TextOverlayVideoEffect
    VideoBalanceVideoEffect
    WarpVideoEffect
    WaterRippleVideoEffect
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public class BaseVideoEffect

    Constructors

    BaseVideoEffect(VideoEffectID, string)

    Initializes a new instance of the BaseVideoEffect class.

    Declaration
    public BaseVideoEffect(VideoEffectID id, string name)
    Parameters
    Type Name Description
    VideoEffectID id

    The identifier.

    string name

    The name.

    Properties

    ID

    Gets the identifier.

    Declaration
    public VideoEffectID ID { get; }
    Property Value
    Type Description
    VideoEffectID

    The identifier.

    Name

    Gets the name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    The name.

    Methods

    OnUpdateCall()

    Called when [update call].

    Declaration
    public void OnUpdateCall()

    Events

    OnUpdate

    Occurs when [on update].

    Declaration
    public event EventHandler<EventArgs> OnUpdate
    Event Type
    Type Description
    EventHandler<EventArgs>