namespace MediaBrowser.Model.LiveTv { /// /// Enum ChannelType /// public enum ChannelType { /// /// The TV /// TV, /// /// The radio /// Radio } }