Table of Contents

Class InterlaceSettings

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

Interlace settings.

public class InterlaceSettings

Inheritance

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

bool

FieldPattern

Gets or sets the output field pattern.

public InterlacePattern FieldPattern { get; set; }

Property Value

InterlacePattern

PatternOffset

Gets or sets the initial field pattern offset. Counts from 0.

public uint PatternOffset { get; set; }

Property Value

uint

TopFieldFirst

Gets or sets a value indicating whether interlaced stream should be top field first.

public bool TopFieldFirst { get; set; }

Property Value

bool