Table of Contents

Interface IVideoEffectDeinterlaceCAVT

Namespace
VisioForge.Core.Types.VideoEffects
Assembly
VisioForge.Core.dll

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

public interface IVideoEffectDeinterlaceCAVT : IVideoEffect

Implements

Properties

Threshold

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

int Threshold { get; set; }

Property Value

int