SDK 的 Bug 修复

This commit is contained in:
2026-01-17 00:03:16 +08:00
parent 97a322960a
commit 2a331d769f
10 changed files with 131 additions and 38 deletions

View File

@@ -22,7 +22,7 @@ public interface IVideoSource : IDisposable, IAsyncDisposable
bool IsRunning { get; set; }
/// <summary> 设备物理在线状态(基于心跳/探测的实时感知结果) </summary>
bool IsOnline { get; }
bool IsActived { get; }
/// <summary> 设备能力元数据(只读,如分辨率、码流类型、支持的功能集) </summary>
DeviceMetadata Metadata { get; }