VisioForge (c) 2025

Search Results for

    Interface IVideoEffectDeinterlaceCAVT

    Deinterlace Content adaptive vertical temporal (CAVT) filtering effect interface.

    Inherited Members
    IVideoEffect.StartTime
    IVideoEffect.StopTime
    IVideoEffect.Name
    IVideoEffect.Enabled
    IVideoEffect.Stream
    IVideoEffect.GetEffectType()
    Namespace: VisioForge.Core.Types.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public interface IVideoEffectDeinterlaceCAVT : IVideoEffect

    Properties

    Threshold

    Gets or sets threshold value. Range is 0-255. Default is 20.

    Declaration
    int Threshold { get; set; }
    Property Value
    Type Description
    int