diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-12 11:08:23 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-12 11:08:23 -0500 |
| commit | 4786ad704ac8ec0804e356180a41e2de0a4f7b94 (patch) | |
| tree | d6a8538aa3882a266c10329f3a8a97c82be53646 /MediaBrowser.Common | |
| parent | b07193e1bc76555e6c7eaa1111115694d4988c86 (diff) | |
added ChannelLayout
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/MediaInfo/MediaInfoResult.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs b/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs index 6fcb40300..d9a666f30 100644 --- a/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs +++ b/MediaBrowser.Common/MediaInfo/MediaInfoResult.cs @@ -75,6 +75,12 @@ namespace MediaBrowser.Common.MediaInfo public int channels { get; set; } /// <summary> + /// Gets or sets the channel_layout. + /// </summary> + /// <value>The channel_layout.</value> + public string channel_layout { get; set; } + + /// <summary> /// Gets or sets the avg_frame_rate. /// </summary> /// <value>The avg_frame_rate.</value> |
