mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-02 03:59:04 +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
23
MediaBrowser.Controller/MediaEncoding/TranscodingJobType.cs
Normal file
23
MediaBrowser.Controller/MediaEncoding/TranscodingJobType.cs
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
/// <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