aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Video3DFormat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/Video3DFormat.cs')
-rw-r--r--MediaBrowser.Model/Entities/Video3DFormat.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/Video3DFormat.cs b/MediaBrowser.Model/Entities/Video3DFormat.cs
new file mode 100644
index 000000000..722df4281
--- /dev/null
+++ b/MediaBrowser.Model/Entities/Video3DFormat.cs
@@ -0,0 +1,12 @@
+
+namespace MediaBrowser.Model.Entities
+{
+ public enum Video3DFormat
+ {
+ HalfSideBySide,
+ FullSideBySide,
+ FullTopAndBottom,
+ HalfTopAndBottom,
+ MVC
+ }
+}