소스 검색

removed video format

Luke Pulverenti 12 년 전
부모
커밋
45b995def7
3개의 변경된 파일0개의 추가작업 그리고 28개의 파일을 삭제
  1. 0 13
      MediaBrowser.Controller/Entities/Video.cs
  2. 0 14
      MediaBrowser.Model/Entities/VideoFormat.cs
  3. 0 1
      MediaBrowser.Model/MediaBrowser.Model.csproj

+ 0 - 13
MediaBrowser.Controller/Entities/Video.cs

@@ -27,19 +27,6 @@ namespace MediaBrowser.Controller.Entities
             AdditionalPartIds = new List<Guid>();
         }
 
-        public VideoFormat VideoFormat
-        {
-            get
-            {
-                if (!Video3DFormat.HasValue)
-                {
-                    return VideoFormat.Standard;
-                }
-
-                return VideoFormat.Digital3D;
-            }
-        }
-
         /// <summary>
         /// Gets or sets the type of the video.
         /// </summary>

+ 0 - 14
MediaBrowser.Model/Entities/VideoFormat.cs

@@ -1,14 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace MediaBrowser.Model.Entities
-{
-    public enum VideoFormat
-    {
-        Standard,
-        Digital3D,
-        Sbs3D
-    }
-}

+ 0 - 1
MediaBrowser.Model/MediaBrowser.Model.csproj

@@ -57,7 +57,6 @@
     <Compile Include="Entities\MediaUrl.cs" />
     <Compile Include="Entities\MetadataFields.cs" />
     <Compile Include="Entities\Video3DFormat.cs" />
-    <Compile Include="Entities\VideoFormat.cs" />
     <Compile Include="Net\WebSocketMessage.cs" />
     <Compile Include="Net\WebSocketMessageType.cs" />
     <Compile Include="Net\WebSocketState.cs" />