namespace MediaBrowser.Controller.Channels { /// /// Channel supports media probe. /// public interface ISupportsMediaProbe { } }