增加摄像头列表增、改、删的本地化存储支持
This commit is contained in:
@@ -35,6 +35,7 @@ public class VideoSourceConfig
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
/// <summary> 渲染句柄(可选):用于硬解码时直接绑定显示窗口,提升渲染性能 </summary>
|
||||
[JsonIgnore]
|
||||
public IntPtr RenderHandle { get; set; } = IntPtr.Zero;
|
||||
|
||||
/// <summary> 物理通道号(IPC 通常为 1;NVR 对应接入的摄像头通道索引) </summary>
|
||||
|
||||
Reference in New Issue
Block a user