3.0.4931.24071

This commit is contained in:
Luke Pulverenti
2013-07-02 14:25:03 -04:00
parent 7532ecaf2d
commit f5988e7756
4 changed files with 29 additions and 1 deletions

View File

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