mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
10 lines
136 B
C#
10 lines
136 B
C#
|
|
namespace MediaBrowser.Model.Entities
|
|||
|
|
{
|
|||
|
|
public enum VideoFormat
|
|||
|
|
{
|
|||
|
|
Standard,
|
|||
|
|
Digital3D,
|
|||
|
|
Sbs3D
|
|||
|
|
}
|
|||
|
|
}
|