added ChannelLayout

This commit is contained in:
Luke Pulverenti
2013-11-12 11:08:23 -05:00
parent b07193e1bc
commit 4786ad704a
3 changed files with 26 additions and 1 deletions

View File

@@ -74,6 +74,12 @@ namespace MediaBrowser.Common.MediaInfo
/// <value>The channels.</value>
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>