namespace SHH.MjpegPlayer
{
///
/// 静态参数集合
///
public class MjpegStatics
{
///
/// 配置项
///
public static MjpegConfig Cfg { get; set; }
= new MjpegConfig();
///
/// 会话集合
///
public static MjpegSessions Sessions { get; private set; }
= new MjpegSessions();
///
/// 图片通道集合
///
public static ImageChannels ImageChannels { get; private set; }
= new ImageChannels();
}
}