针对界面显示的优化
This commit is contained in:
19
SHH.CameraSdk/Controllers/Dto/UpdateProcessingRequest.cs
Normal file
19
SHH.CameraSdk/Controllers/Dto/UpdateProcessingRequest.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SHH.CameraSdk
|
||||
{
|
||||
public class UpdateProcessingRequest
|
||||
{
|
||||
public long DeviceId { get; set; }
|
||||
public bool EnableShrink { get; set; }
|
||||
public bool EnableExpand { get; set; }
|
||||
public int TargetWidth { get; set; }
|
||||
public int TargetHeight { get; set; }
|
||||
public bool EnableEnhance { get; set; }
|
||||
public double BrightnessLevel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user