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