aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/DTO/AudioOutputFormats.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/DTO/AudioOutputFormats.cs')
-rw-r--r--MediaBrowser.Model/DTO/AudioOutputFormats.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Model/DTO/AudioOutputFormats.cs b/MediaBrowser.Model/DTO/AudioOutputFormats.cs
deleted file mode 100644
index 1ae044473..000000000
--- a/MediaBrowser.Model/DTO/AudioOutputFormats.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-
-namespace MediaBrowser.Model.DTO
-{
- /// <summary>
- /// These are the audio output formats that the api is cabaple of streaming
- /// This does not limit the inputs, only the outputs.
- /// </summary>
- public enum AudioOutputFormats
- {
- Aac,
- Flac,
- Mp3,
- Wma
- }
-}