aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-27 15:30:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-27 15:30:21 -0400
commit39ea2adbc56e164c0716e076632239186b5c3a44 (patch)
treec46cbe13faae769a3767a547eedea204136d48d9 /MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
parentac81b4e3ca061180d566760bc2f6f8abe8a79c94 (diff)
create separate media encoding project
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
index 78b3f2948..b4fe9a094 100644
--- a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
@@ -266,6 +266,11 @@ namespace MediaBrowser.Api.Playback.Progressive
return result;
}
+ /// <summary>
+ /// Gets the length of the estimated content.
+ /// </summary>
+ /// <param name="state">The state.</param>
+ /// <returns>System.Nullable{System.Int64}.</returns>
private long? GetEstimatedContentLength(StreamState state)
{
var totalBitrate = 0;