mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
Added Video3DFormat property
This commit is contained in:
14
MediaBrowser.Model/Entities/Video3DFormat.cs
Normal file
14
MediaBrowser.Model/Entities/Video3DFormat.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum Video3DFormat
|
||||
{
|
||||
HalfSideBySide,
|
||||
|
||||
FullSideBySide,
|
||||
|
||||
FullTopAndBottom,
|
||||
|
||||
HalfTopAndBottom
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user