diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-22 22:47:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-22 22:47:46 -0400 |
| commit | 44bfad70d2cdce3c63ea551cc4205d5cba09056c (patch) | |
| tree | f57dac646cd4be7e891c751bb4ba410394284a99 /MediaBrowser.Api/Playback/StreamState.cs | |
| parent | fdd8c67162233659656d3c719a6734cbe5f87d9f (diff) | |
Normalize orgPn usage
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamState.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs index 067a3f978..8a8246b69 100644 --- a/MediaBrowser.Api/Playback/StreamState.cs +++ b/MediaBrowser.Api/Playback/StreamState.cs @@ -84,7 +84,6 @@ namespace MediaBrowser.Api.Playback public string InputAudioCodec { get; set; } public string MimeType { get; set; } - public string OrgPn { get; set; } public bool EstimateContentLength { get; set; } public bool EnableMpegtsM2TsMode { get; set; } @@ -163,6 +162,8 @@ namespace MediaBrowser.Api.Playback public string OutputContainer { get; set; } + public DeviceProfile DeviceProfile { get; set; } + public int? TotalOutputBitrate { get |
