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