在 AiVideo 中能看到图像
增加了在线状态同步逻辑
This commit is contained in:
@@ -15,11 +15,12 @@ namespace SHH.CameraDashboard
|
||||
// 用于绑定 ComboBox 的类型列表
|
||||
public Dictionary<int, string> SubscriptionTypes { get; } = new Dictionary<int, string>
|
||||
{
|
||||
{ 0, "本地窗口预览" },
|
||||
{ 1, "本地录像" },
|
||||
{ 2, "句柄渲染 (嵌入)" },
|
||||
{ 3, "网络转发 (TCP/UDP)" },
|
||||
{ 4, "Web 推流" }
|
||||
{ 0, "仅取流" },
|
||||
{ 1, "本地窗口预览" },
|
||||
{ 2, "本地录像" },
|
||||
{ 3, "句柄渲染 (嵌入)" },
|
||||
{ 4, "网络转发 (TCP/UDP)" },
|
||||
{ 5, "Web 推流" }
|
||||
};
|
||||
|
||||
// --- 数据源 ---
|
||||
|
||||
Reference in New Issue
Block a user