updated nuget

This commit is contained in:
Luke Pulverenti
2013-03-28 18:21:03 -04:00
parent 3d566d2f6b
commit 7684804c12
4 changed files with 17 additions and 5 deletions

View File

@@ -65,6 +65,18 @@
/// </summary>
/// <value>The index of the subtitle stream.</value>
public int? SubtitleStreamIndex { get; set; }
/// <summary>
/// Gets or sets the profile.
/// </summary>
/// <value>The profile.</value>
public string Profile { get; set; }
/// <summary>
/// Gets or sets the level.
/// </summary>
/// <value>The level.</value>
public string Level { get; set; }
}
/// <summary>