aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs')
-rw-r--r--MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs b/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs
index 3e4bfe1a7..f32dd178f 100644
--- a/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs
+++ b/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs
@@ -145,6 +145,12 @@ namespace MediaBrowser.MediaEncoding.Probing
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>
/// <value>The r_frame_rate.</value>