diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-06 22:25:23 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-06 22:25:23 -0500 |
| commit | 504e2099e2f11203c48dff94a67ec797a454d459 (patch) | |
| tree | 5371a9339be0530ed5e17988251c91a2dc030ee2 /MediaBrowser.Model/Dlna/AudioOptions.cs | |
| parent | 7320567b9eb9179fabebf918df226a187ae2d55f (diff) | |
update dlna profiles
Diffstat (limited to 'MediaBrowser.Model/Dlna/AudioOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/AudioOptions.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dlna/AudioOptions.cs b/MediaBrowser.Model/Dlna/AudioOptions.cs index dd6dad2610..cddfd89559 100644 --- a/MediaBrowser.Model/Dlna/AudioOptions.cs +++ b/MediaBrowser.Model/Dlna/AudioOptions.cs @@ -48,6 +48,17 @@ namespace MediaBrowser.Model.Dlna public int? AudioTranscodingBitrate { get; set; } /// <summary> + /// Gets or sets a value indicating whether [supports direct remote content]. + /// </summary> + /// <value><c>true</c> if [supports direct remote content]; otherwise, <c>false</c>.</value> + public bool SupportsDirectRemoteContent { get; set; } + /// <summary> + /// Gets or sets a value indicating whether [supports custom HTTP headers]. + /// </summary> + /// <value><c>true</c> if [supports custom HTTP headers]; otherwise, <c>false</c>.</value> + public bool SupportsCustomHttpHeaders { get; set; } + + /// <summary> /// Gets the maximum bitrate. /// </summary> /// <returns>System.Nullable<System.Int32>.</returns> |
