update bit depth probe

This commit is contained in:
Luke Pulverenti
2015-12-27 01:05:37 -05:00
parent c68a03b3ab
commit d59e4ff357
2 changed files with 14 additions and 0 deletions

View File

@@ -144,6 +144,12 @@ namespace MediaBrowser.MediaEncoding.Probing
/// <value>The bits_per_sample.</value>
public int bits_per_sample { get; set; }
/// <summary>
/// Gets or sets the bits_per_raw_sample.
/// </summary>
/// <value>The bits_per_raw_sample.</value>
public int bits_per_raw_sample { get; set; }
/// <summary>
/// Gets or sets the r_frame_rate.
/// </summary>