removed VideoFormat

pull/702/head
Luke Pulverenti 11 years ago
parent e029b47ca3
commit 07d01e524c

@ -44,12 +44,6 @@ namespace MediaBrowser.Controller.Entities
/// </summary>
/// <value>The video3 D format.</value>
public Video3DFormat? Video3DFormat { get; set; }
/// <summary>
/// Gets or sets the format of the video.
/// </summary>
/// <value>The format of the video.</value>
public VideoFormat VideoFormat { get; set; }
/// <summary>
/// Gets or sets the media streams.

@ -160,9 +160,6 @@
<Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs">
<Link>Entities\Video3DFormat.cs</Link>
</Compile>
<Compile Include="..\MediaBrowser.Model\Entities\VideoFormat.cs">
<Link>Entities\VideoFormat.cs</Link>
</Compile>
<Compile Include="..\MediaBrowser.Model\Entities\VideoType.cs">
<Link>Entities\VideoType.cs</Link>
</Compile>

@ -422,12 +422,6 @@ namespace MediaBrowser.Model.Dto
/// <value>The chapters.</value>
public List<ChapterInfoDto> Chapters { get; set; }
/// <summary>
/// Gets or sets the video format.
/// </summary>
/// <value>The video format.</value>
public VideoFormat? VideoFormat { get; set; }
/// <summary>
/// Gets or sets the type of the location.
/// </summary>

@ -1,21 +0,0 @@
namespace MediaBrowser.Model.Entities
{
/// <summary>
/// Enum VideoFormat
/// </summary>
public enum VideoFormat
{
/// <summary>
/// The standard
/// </summary>
Standard,
/// <summary>
/// The digital3 D
/// </summary>
Digital3D,
/// <summary>
/// The SBS3 D
/// </summary>
Sbs3D
}
}

@ -87,7 +87,6 @@
<Compile Include="Dto\StreamOptions.cs" />
<Compile Include="Entities\VirtualFolderInfo.cs" />
<Compile Include="Entities\IHasMediaStreams.cs" />
<Compile Include="Entities\VideoFormat.cs" />
<Compile Include="Extensions\ModelExtensions.cs" />
<Compile Include="IO\IZipClient.cs" />
<Compile Include="Logging\ILogger.cs" />

Loading…
Cancel
Save