aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VideoFormat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/VideoFormat.cs')
-rw-r--r--MediaBrowser.Model/Entities/VideoFormat.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/VideoFormat.cs b/MediaBrowser.Model/Entities/VideoFormat.cs
new file mode 100644
index 000000000..107d20c14
--- /dev/null
+++ b/MediaBrowser.Model/Entities/VideoFormat.cs
@@ -0,0 +1,9 @@
+namespace MediaBrowser.Model.Entities
+{
+ public enum VideoFormat
+ {
+ Standard,
+ Digital3D,
+ Sbs3D
+ }
+}