Table of Contents

Enum VideoOrientation

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Video orientation

public enum VideoOrientation

Fields

BottomLeft = 2

Flipped vertically

BottomRight = 3

Rotated 180 degrees

LeftBottom = 5

Rotated 90 degrees clockwise (or 270 anti-clockwise)

LeftTop = 4

Transposed

RightBottom = 7

Anti-transposed

RightTop = 6

Rotated 90 degrees anti-clockwise

TopLeft = 0

Normal. Top line represents top, left column left.

TopRight = 1

Flipped horizontally