namespace MediaBrowser.Model.MediaInfo { /// /// Interface IBlurayExaminer /// public interface IBlurayExaminer { /// /// Gets the disc info. /// /// The path. /// BlurayDiscInfo. BlurayDiscInfo GetDiscInfo(string path); } }