#pragma warning disable CS1591
namespace Emby.Dlna.PlayTo
{
public enum TransportState
Stopped,
Playing,
Transitioning,
PausedPlayback,
Paused
}