mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Add GPL modules
This commit is contained in:
25
MediaBrowser.Model/Entities/MediaStreamType.cs
Normal file
25
MediaBrowser.Model/Entities/MediaStreamType.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum MediaStreamType
|
||||
/// </summary>
|
||||
public enum MediaStreamType
|
||||
{
|
||||
/// <summary>
|
||||
/// The audio
|
||||
/// </summary>
|
||||
Audio,
|
||||
/// <summary>
|
||||
/// The video
|
||||
/// </summary>
|
||||
Video,
|
||||
/// <summary>
|
||||
/// The subtitle
|
||||
/// </summary>
|
||||
Subtitle,
|
||||
/// <summary>
|
||||
/// The embedded image
|
||||
/// </summary>
|
||||
EmbeddedImage
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user