houzhongjian
2024-11-06 7412dd652c0ac48c5a17b5d9b61d5d2a0f686137
提交 | 用户 | 时间
149dd0 1 package com.iailab.netsdk.lib.structure;
H 2
3 import com.iailab.netsdk.lib.NetSDKLib;
4
5 /**
6  * @author 291189
7  * @version 1.0
8  * @description 时间预案播放语音控制能力 CFG_VOICE_PLAY_PLAN dhconfig.h
9  * @date 2021/12/7 15:07
10  */
11 public class CFG_VOICE_PLAY_PLAN extends NetSDKLib.SdkStructure{
12
13     public boolean           bSupport;            // 是否支持时间预案语音播报
14     public int            nVoiceTaskNum;        // 支持时间预案的语音个数
15
16 }