mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:01:34 +00:00
Reduce warnings in MediaBrowser.Controller
This commit is contained in:
parent
88a7875a27
commit
6bcbc2b88a
53 changed files with 412 additions and 427 deletions
|
|
@ -430,7 +430,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Predicts the audio sample rate that will be in the output stream.
|
||||
/// Gets the target video level.
|
||||
/// </summary>
|
||||
public double? TargetVideoLevel
|
||||
{
|
||||
|
|
@ -453,7 +453,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Predicts the audio sample rate that will be in the output stream.
|
||||
/// Gets the target video bit depth.
|
||||
/// </summary>
|
||||
public int? TargetVideoBitDepth
|
||||
{
|
||||
|
|
@ -488,7 +488,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Predicts the audio sample rate that will be in the output stream.
|
||||
/// Gets the target framerate.
|
||||
/// </summary>
|
||||
public float? TargetFramerate
|
||||
{
|
||||
|
|
@ -520,7 +520,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Predicts the audio sample rate that will be in the output stream.
|
||||
/// Gets the target packet length.
|
||||
/// </summary>
|
||||
public int? TargetPacketLength
|
||||
{
|
||||
|
|
@ -536,7 +536,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Predicts the audio sample rate that will be in the output stream.
|
||||
/// Gets the target video profile.
|
||||
/// </summary>
|
||||
public string TargetVideoProfile
|
||||
{
|
||||
|
|
@ -700,25 +700,4 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
Progress.Report(percentComplete.Value);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Enum TranscodingJobType.
|
||||
/// </summary>
|
||||
public enum TranscodingJobType
|
||||
{
|
||||
/// <summary>
|
||||
/// The progressive.
|
||||
/// </summary>
|
||||
Progressive,
|
||||
|
||||
/// <summary>
|
||||
/// The HLS.
|
||||
/// </summary>
|
||||
Hls,
|
||||
|
||||
/// <summary>
|
||||
/// The dash.
|
||||
/// </summary>
|
||||
Dash
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue