diff options
Diffstat (limited to 'MediaBrowser.Model/DTO/VideoOutputFormats.cs')
| -rw-r--r-- | MediaBrowser.Model/DTO/VideoOutputFormats.cs | 22 |
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
- }
-}
|
