Class AutoDeinterlaceSettings
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Auto deinterlace settings.
public class AutoDeinterlaceSettingsInheritance
Inherited Members
Properties
FieldLayout
Gets or sets the field layout that selects which field is the first in time.
public DeinterlaceFieldLayout FieldLayout { get; set; }Property Value
Fields
Gets or sets the fields that defines which fields should be output. If "all" is selected the output framerate will be double.
public DeinterlaceFields Fields { get; set; }Property Value
Mode
Gets or sets the mode that defines whether the deinterlacing methods should always be applied or if they should only be applied on content that has the "interlaced" flag.
public DeinterlaceMode Mode { get; set; }