VisioForge (c) 2025

Search Results for

    Class VideoEffectFadeOut

    Fade-out effect.

    Inheritance
    object
    VideoEffect
    VideoEffectFadeOut
    Implements
    IVideoEffectFadeOut
    IVideoEffect
    Inherited Members
    VideoEffect.StartTime
    VideoEffect.StopTime
    VideoEffect.Name
    VideoEffect.Enabled
    VideoEffect.Stream
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public class VideoEffectFadeOut : VideoEffect, IVideoEffectFadeOut, IVideoEffect

    Constructors

    VideoEffectFadeOut(bool, string, TimeSpan, TimeSpan)

    Initializes a new instance of the VideoEffectFadeOut class.

    Declaration
    public VideoEffectFadeOut(bool enabled, string name = "FadeOut", TimeSpan startTime = default, TimeSpan stopTime = default)
    Parameters
    Type Name Description
    bool enabled

    True to enable effect.

    string name

    Effect name. Can be used to get effect interface to control it.

    TimeSpan startTime

    Start time. Use 0 to show effect always.

    TimeSpan stopTime

    Stop time. Use 0 to show effect always.

    Methods

    GetEffectType()

    Gets type.

    Declaration
    public VideoEffectType GetEffectType()
    Returns
    Type Description
    VideoEffectType

    The VideoEffectType.

    Implements

    IVideoEffectFadeOut
    IVideoEffect