VisioForge (c) 2025

Search Results for

    Class GPUVideoEffectOldMovie

    Old movie effect.

    Inheritance
    object
    GPUVideoEffect
    GPUVideoEffectOldMovie
    Implements
    IGPUVideoEffectOldMovie
    IGPUVideoEffect
    Inherited Members
    GPUVideoEffect.UpdateRequired
    GPUVideoEffect.StartTime
    GPUVideoEffect.StopTime
    GPUVideoEffect.Name
    GPUVideoEffect.Enabled
    GPUVideoEffect.Stream
    GPUVideoEffect.Update()
    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 GPUVideoEffectOldMovie : GPUVideoEffect, IGPUVideoEffectOldMovie, IGPUVideoEffect

    Constructors

    GPUVideoEffectOldMovie(bool, string, TimeSpan, TimeSpan)

    Initializes a new instance of the GPUVideoEffectOldMovie class.

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

    True to enable effects.

    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 GPUVideoEffectType GetEffectType()
    Returns
    Type Description
    GPUVideoEffectType

    The GPUVideoEffectType.

    Implements

    IGPUVideoEffectOldMovie
    IGPUVideoEffect