Enum VideoFlipRotateMethod
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Video flip/rotate method.
public enum VideoFlipRotateMethodFields
None = 0-
None.
Method90R = 1-
90 degree right.
Method180 = 2-
180 degree.
Method90L = 3-
90 left degree.
MethodHorizontal = 4-
Horizontal.
MethodVertical = 5-
Vertical.
MethodUpperLeftDiagonal = 6-
Upper-left diagonal transpose.
MethodUpperRightDiagonal = 7-
Upper-right diagonal transpose.
Automatic = 8-
Automatic — selects flip/rotate based on the stream's image-orientation tag (e.g. portrait videos captured on a phone auto-rotate).