From 37683565e71fc132dd7aaf77d4418afd4ea5f643 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 1 Jun 2014 15:41:35 -0400 Subject: added new channel settings --- MediaBrowser.Controller/Channels/ChannelMediaInfo.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Controller/Channels') diff --git a/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs b/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs index 363034267..b38ef363a 100644 --- a/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs +++ b/MediaBrowser.Controller/Channels/ChannelMediaInfo.cs @@ -17,9 +17,14 @@ namespace MediaBrowser.Controller.Channels public int? Width { get; set; } public int? Height { get; set; } public int? AudioChannels { get; set; } + public int? AudioSampleRate { get; set; } public bool IsRemote { get; set; } + public string VideoProfile { get; set; } + public float? VideoLevel { get; set; } + public float? Framerate { get; set; } + public ChannelMediaInfo() { RequiredHttpHeaders = new Dictionary(); -- cgit v1.2.3