增加了图像缩放的支持

This commit is contained in:
2025-12-27 07:05:07 +08:00
parent f9027e856e
commit d4a8b63031
9 changed files with 269 additions and 3 deletions

View File

@@ -31,4 +31,6 @@ public class FrameDecision
public List<string> TargetAppIds { get; } = new();
#endregion
public double ProcessCostMs { get; set; }
}