mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 04:18:27 +01:00
create separate media encoding project
This commit is contained in:
committed by
Tim Hobbs
parent
c2537a57eb
commit
fb22901d38
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user