aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/MediaStream.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs
index 1703dbf05..5e85369b9 100644
--- a/MediaBrowser.Model/Entities/MediaStream.cs
+++ b/MediaBrowser.Model/Entities/MediaStream.cs
@@ -23,6 +23,12 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The type of the scan.</value>
public string ScanType { get; set; }
+
+ /// <summary>
+ /// Gets or sets the channel layout.
+ /// </summary>
+ /// <value>The channel layout.</value>
+ public string ChannelLayout { get; set; }
/// <summary>
/// Gets or sets the bit rate.