#pragma warning disable CS1591 namespace Emby.Dlna.PlayTo { public enum TRANSPORTSTATE { STOPPED, PLAYING, TRANSITIONING, PAUSED_PLAYBACK, PAUSED } }