removed VideoFormat

This commit is contained in:
Luke Pulverenti
2013-07-01 10:02:29 -04:00
parent e029b47ca3
commit 07d01e524c
5 changed files with 0 additions and 37 deletions

View File

@@ -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
}
}