Class InterlaceSettings
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Interlace settings.
public class InterlaceSettingsInheritance
Inherited Members
Properties
AllowRFF
Gets or sets a value indicating whether to allow generation of buffers with RFF flag set.
public bool AllowRFF { get; set; }Property Value
FieldPattern
Gets or sets the output field pattern.
public InterlacePattern FieldPattern { get; set; }Property Value
PatternOffset
Gets or sets the initial field pattern offset. Counts from 0.
public uint PatternOffset { get; set; }Property Value
TopFieldFirst
Gets or sets a value indicating whether interlaced stream should be top field first.
public bool TopFieldFirst { get; set; }