namespace MediaBrowser.Model.DTO { /// /// These are the audio output formats that the api is cabaple of streaming /// public enum AudioOutputFormats { Aac, Flac, Mp3, Wav, Wma } }