Table of Contents

Class FlipRotateSettings

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

Settings for VisioForge.Core.MediaBlocks.VideoProcessing.FlipRotateBlock. The block takes the transformation as a bare VisioForge.Core.Types.X.VideoEffects.VideoFlipRotateMethod; this type is the serializable form of it, so a pipeline document can carry a rotation stage and the block catalog can describe and build one.

public class FlipRotateSettings : IMediaBlockSettings

Inheritance

Implements

Inherited Members

Properties

Method

Gets or sets the geometric transformation to apply - a flip, a transpose or a rotation by a multiple of 90 degrees. Default is VisioForge.Core.Types.X.VideoEffects.VideoFlipRotateMethod.None, which is a passthrough.

public VideoFlipRotateMethod Method { get; set; }

Property Value

VideoFlipRotateMethod

Methods

CreateBlock()

Creates a VisioForge.Core.MediaBlocks.VideoProcessing.FlipRotateBlock configured from these settings.

public MediaBlock CreateBlock()

Returns

MediaBlock

The configured block.