Table of Contents

Enum RotateMode

Namespace
VisioForge.Core.Types
Assembly
VisioForge.Core.dll

Specifies the rotation mode for video frames.

public enum RotateMode

Fields

RotateNone = 0

No rotation is applied to the video frame.

Rotate90 = 1

The video frame is rotated 90 degrees clockwise.

Rotate180 = 2

The video frame is rotated 180 degrees.

Rotate270 = 3

The video frame is rotated 270 degrees clockwise (or 90 degrees counter-clockwise).

Remarks

This enumeration is used to apply a rotation transformation to video streams, which can be useful for correcting orientation issues or for creative effects.