From 4786ad704ac8ec0804e356180a41e2de0a4f7b94 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 12 Nov 2013 11:08:23 -0500 Subject: added ChannelLayout --- MediaBrowser.Common/MediaInfo/MediaInfoResult.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common') diff --git a/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs b/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs index 6fcb403002..d9a666f30e 100644 --- a/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs +++ b/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs @@ -74,6 +74,12 @@ namespace MediaBrowser.Common.MediaInfo /// The channels. public int channels { get; set; } + /// + /// Gets or sets the channel_layout. + /// + /// The channel_layout. + public string channel_layout { get; set; } + /// /// Gets or sets the avg_frame_rate. /// -- cgit v1.2.3