namespace MediaBrowser.Model.Dlna { public enum PlaybackErrorCode { NotAllowed = 0, NoCompatibleStream = 1 } }