diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-09 10:03:49 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-09 10:03:49 -0400 |
| commit | 86f162fd7c57b3b7ea82a84c6f7464c6f2f4bb54 (patch) | |
| tree | c19c6862d5587aa754919c55b306ed0dd94e67ed /MediaBrowser.Model/DTO/AudioOutputFormats.cs | |
| parent | 9f1a7845dd85ed83e351b5b408c3115ba95c2db8 (diff) | |
Added aac to the AudioResolver
Diffstat (limited to 'MediaBrowser.Model/DTO/AudioOutputFormats.cs')
| -rw-r--r-- | MediaBrowser.Model/DTO/AudioOutputFormats.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/DTO/AudioOutputFormats.cs b/MediaBrowser.Model/DTO/AudioOutputFormats.cs index 1caa321e6..e2c6037ff 100644 --- a/MediaBrowser.Model/DTO/AudioOutputFormats.cs +++ b/MediaBrowser.Model/DTO/AudioOutputFormats.cs @@ -3,6 +3,7 @@ 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
{
|
