namespace RenderHeads.Media.AVProVideo { public enum AlphaPacking { None = 0, TopBottom = 1, LeftRight = 2 } }