From 07e230c2eb9524c7c5e8a7fe0a021df3801d40b0 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Jun 2013 14:10:39 -0400 Subject: Added Video3DFormat property --- MediaBrowser.Model/Entities/Video3DFormat.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 MediaBrowser.Model/Entities/Video3DFormat.cs (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/Video3DFormat.cs b/MediaBrowser.Model/Entities/Video3DFormat.cs new file mode 100644 index 0000000000..04475cf95a --- /dev/null +++ b/MediaBrowser.Model/Entities/Video3DFormat.cs @@ -0,0 +1,14 @@ + +namespace MediaBrowser.Model.Entities +{ + public enum Video3DFormat + { + HalfSideBySide, + + FullSideBySide, + + FullTopAndBottom, + + HalfTopAndBottom + } +} -- cgit v1.2.3