namespace MediaBrowser.Model.DTO { /// /// These are the video output formats that the api is cabaple of streaming /// This does not limit the inputs, only the outputs. /// public enum VideoOutputFormats { Avi, Asf, M4V, Mkv, Mov, Mp4, Ogv, ThreeGp, Ts, Webm, Wmv } }