using System; namespace RenderHeads.Media.AVProVideo { public enum Platform { Windows, MacOSX, iOS, tvOS, Android, WindowsPhone, WindowsUWP, WebGL, PS4, Count, Unknown = 100 } }