mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
added new channel settings
This commit is contained in:
@@ -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<string, string>();
|
||||
|
||||
Reference in New Issue
Block a user