aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/DTO/VideoOutputFormats.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-20 20:33:05 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-20 20:33:05 -0500
commit767cdc1f6f6a63ce997fc9476911e2c361f9d402 (patch)
tree49add55976f895441167c66cfa95e5c7688d18ce /MediaBrowser.Model/DTO/VideoOutputFormats.cs
parent845554722efaed872948a9e0f7202e3ef52f1b6e (diff)
Pushing missing changes
Diffstat (limited to 'MediaBrowser.Model/DTO/VideoOutputFormats.cs')
-rw-r--r--MediaBrowser.Model/DTO/VideoOutputFormats.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/MediaBrowser.Model/DTO/VideoOutputFormats.cs b/MediaBrowser.Model/DTO/VideoOutputFormats.cs
deleted file mode 100644
index c3840bff6..000000000
--- a/MediaBrowser.Model/DTO/VideoOutputFormats.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-
-namespace MediaBrowser.Model.DTO
-{
- /// <summary>
- /// These are the video output formats that the api is cabaple of streaming
- /// This does not limit the inputs, only the outputs.
- /// </summary>
- public enum VideoOutputFormats
- {
- Avi,
- Asf,
- M4V,
- Mkv,
- Mov,
- Mp4,
- Ogv,
- ThreeGp,
- Ts,
- Webm,
- Wmv
- }
-}