using System; namespace RenderHeads.Media.AVProVideo { public enum Orientation { Landscape, LandscapeFlipped, Portrait, PortraitFlipped } }