提交 | 用户 | 时间 | ||
ce910c | 1 | package com.netsdk.lib.structure;/** |
H | 2 | * @author 47081 |
3 | * @descriptio | |
4 | * @date 2020/11/9 | |
5 | * @version 1.0 | |
6 | */ | |
7 | ||
8 | import com.netsdk.lib.NetSDKLib; | |
9 | import com.netsdk.lib.Utils; | |
10 | ||
11 | /** | |
12 | * @author 47081 | |
13 | * @version 1.0 | |
14 | * @description 云台-区域扫描能力集 | |
15 | * @date 2020/11/9 | |
16 | */ | |
17 | public class CFG_PTZ_AREA_SCAN extends NetSDKLib.SdkStructure { | |
18 | /** | |
19 | * 是否支持区域扫描 | |
20 | */ | |
21 | public boolean bIsSupportAutoAreaScan; | |
22 | /** | |
23 | * 区域扫描的个数 | |
24 | */ | |
25 | public int wScanNum; | |
26 | } |