namespace MediaBrowser.Model.Entities { /// /// Enum IsoType. /// public enum IsoType { /// /// The DVD. /// Dvd, /// /// The blu ray. /// BluRay } }