1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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 } }