namespace DualScreenDemo { public enum PlayState { Playing, Played, NotPlayed, Skipped } }