VisioForge (c) 2025

Search Results for

    Interface IVideoEffectDeinterlaceTriangle

    Triangle 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 IVideoEffectDeinterlaceTriangle : IVideoEffect

    Properties

    Weight

    Gets or sets weight value. Range is 0-255. Default is 180.

    Declaration
    byte Weight { get; set; }
    Property Value
    Type Description
    byte