InteractiveControl_def_g.h 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360
  1. #ifndef __INTERACTIVECONTROL_DEF_G_H
  2. #define __INTERACTIVECONTROL_DEF_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace InteractiveControl {
  7. //
  8. // const goes here
  9. //
  10. #define eCustomerState_None 0
  11. #define eCustomerState_Attention 1
  12. #define eCustomerState_Control 2
  13. #define eCustomerState_Assist 3
  14. #define eCustomerState_AgentOperation 4
  15. #define eAgentInputState_Writing 0
  16. #define eAgentInputState_Idle 1
  17. #define UIService_Method_SetUIState 0
  18. #define UIService_Method_SendAgentText 1
  19. #define UIService_Method_SetMenuTree 2
  20. #define UIService_Method_SetMenuPath 3
  21. #define UIService_Method_SendFrontSyncData 4
  22. #define UIService_Method_StartRecordVideo 5
  23. #define UIService_Method_StopRecordVideo 6
  24. #define UIService_Method_ShowVideo 7
  25. #define UIService_Method_SaveVideo 8
  26. #define UIService_Method_DeleteVideo 9
  27. #define UIService_Method_StartPlayVideo 10
  28. #define UIService_Method_StartPlayAudio 11
  29. #define UIService_Method_StartPlayImage 12
  30. #define UIService_Method_StopPlayVideo 13
  31. #define UIService_Method_StopPlayAudio 14
  32. #define UIService_Method_StopPlayImage 15
  33. #define UIService_Method_StartPhotograph 16
  34. #define UIService_Method_StopPhotograph 17
  35. #define UIService_Method_SendOperateState 18
  36. #define UIService_Method_CheckContinuRecord 19
  37. #define UIService_Method_StartContinuRecord 20
  38. #define UIService_Method_StopContinuRecord 21
  39. #define UIService_Method_StartEchoContinuRecord 22
  40. #define UIService_Method_StopEchoContinuRecord 23
  41. #define UIService_Method_HideOnlineVideo 24
  42. #define UIService_Method_ShowOnlineVideo 25
  43. #define UIService_Method_AnswerPacket 26
  44. #define UIService_Method_GetLocalVideoVolume 27
  45. #define UIService_Method_SetLocalVideoVolume 28
  46. #define UIService_Method_SendBusinessDesktopCmd 29
  47. #define UIService_Method_HideLocalVideo 30
  48. #define UIService_Method_ShowLocalVideo 31
  49. #define UIService_Method_HidePersonArea 32
  50. #define UIService_Method_ShowPersonArea 33
  51. #define UIService_Method_VideoAppendWaterMark 34
  52. #define UIService_Method_GetLocalAudioVolume 35
  53. #define UIService_Method_SetLocalAudioVolume 36
  54. #define UIService_Method_StartRemoteRecord 37
  55. #define UIService_Method_StopRemoteRecord 38
  56. #define UIService_Method_StartSalesRecord 39
  57. #define UIService_Method_StartRecordPreview 40
  58. #define UIService_Method_StartSalesVideoRecord 41
  59. #define UIService_Method_AjustVideoPreviewSize 42
  60. #define UIService_Method_StopShowVideo 43
  61. #define UIService_Method_StartPlaySalesRecord 44
  62. #define UIService_Method_SendH5SyncData 45
  63. #define UIService_Method_GetHandfreeOutVolume 46
  64. #define UIService_Method_SetHandfreeOutVolume 47
  65. #define UIService_Method_GetPickupOutVolume 48
  66. #define UIService_Method_SetPickupOutVolume 49
  67. #define UIService_Method_StartPlayNotice 50
  68. #define UIService_Method_StopPlayNotice 51
  69. #define UIService_Method_GetRecordMode 52
  70. #define UIService_Method_StartTransactionRecord 53
  71. #define UIService_Method_StopTransactionRecord 54
  72. #define UIService_Method_GetCallState 55
  73. #define UIService_Method_HangupCall 56
  74. #define UIService_Method_GetTransactionRecordState 57
  75. #define UIService_Method_GetHandfreeInVolume 58
  76. #define UIService_Method_SetHandfreeInVolume 59
  77. #define UIService_Method_GetPickupInVolume 60
  78. #define UIService_Method_SetPickupInVolume 61
  79. #define UIService_MethodSignature_SetUIState -649355360
  80. #define UIService_MethodSignature_SendAgentText -389826246
  81. #define UIService_MethodSignature_SetMenuTree 1707777402
  82. #define UIService_MethodSignature_SetMenuPath 553404441
  83. #define UIService_MethodSignature_SendFrontSyncData 503549847
  84. #define UIService_MethodSignature_StartRecordVideo -1844479532
  85. #define UIService_MethodSignature_StopRecordVideo 310406065
  86. #define UIService_MethodSignature_ShowVideo 1404548992
  87. #define UIService_MethodSignature_SaveVideo 1954181356
  88. #define UIService_MethodSignature_DeleteVideo -600712782
  89. #define UIService_MethodSignature_StartPlayVideo -271954219
  90. #define UIService_MethodSignature_StartPlayAudio -1816705386
  91. #define UIService_MethodSignature_StartPlayImage -1698755481
  92. #define UIService_MethodSignature_StopPlayVideo 2084242398
  93. #define UIService_MethodSignature_StopPlayAudio -1812157371
  94. #define UIService_MethodSignature_StopPlayImage -88315811
  95. #define UIService_MethodSignature_StartPhotograph -1649051075
  96. #define UIService_MethodSignature_StopPhotograph 484812614
  97. #define UIService_MethodSignature_SendOperateState -973212614
  98. #define UIService_MethodSignature_CheckContinuRecord 1206241979
  99. #define UIService_MethodSignature_StartContinuRecord -125680355
  100. #define UIService_MethodSignature_StopContinuRecord 2129481269
  101. #define UIService_MethodSignature_StartEchoContinuRecord -60891649
  102. #define UIService_MethodSignature_StopEchoContinuRecord 1613917723
  103. #define UIService_MethodSignature_HideOnlineVideo 402180326
  104. #define UIService_MethodSignature_ShowOnlineVideo 215822958
  105. #define UIService_MethodSignature_AnswerPacket 1544945815
  106. #define UIService_MethodSignature_GetLocalVideoVolume -556205790
  107. #define UIService_MethodSignature_SetLocalVideoVolume -1955837375
  108. #define UIService_MethodSignature_SendBusinessDesktopCmd 479361579
  109. #define UIService_MethodSignature_HideLocalVideo 1054101480
  110. #define UIService_MethodSignature_ShowLocalVideo 1433196925
  111. #define UIService_MethodSignature_HidePersonArea -761642471
  112. #define UIService_MethodSignature_ShowPersonArea -718278135
  113. #define UIService_MethodSignature_VideoAppendWaterMark -535041635
  114. #define UIService_MethodSignature_GetLocalAudioVolume -1928277327
  115. #define UIService_MethodSignature_SetLocalAudioVolume -1142072027
  116. #define UIService_MethodSignature_StartRemoteRecord -2089992229
  117. #define UIService_MethodSignature_StopRemoteRecord 1822461931
  118. #define UIService_MethodSignature_StartSalesRecord 98750308
  119. #define UIService_MethodSignature_StartRecordPreview 2127546596
  120. #define UIService_MethodSignature_StartSalesVideoRecord -2103222931
  121. #define UIService_MethodSignature_AjustVideoPreviewSize 1033541107
  122. #define UIService_MethodSignature_StopShowVideo 195996145
  123. #define UIService_MethodSignature_StartPlaySalesRecord -995863402
  124. #define UIService_MethodSignature_SendH5SyncData -546371570
  125. #define UIService_MethodSignature_GetHandfreeOutVolume 1306483555
  126. #define UIService_MethodSignature_SetHandfreeOutVolume 2042464727
  127. #define UIService_MethodSignature_GetPickupOutVolume 1201465844
  128. #define UIService_MethodSignature_SetPickupOutVolume -1088342808
  129. #define UIService_MethodSignature_StartPlayNotice -1901549012
  130. #define UIService_MethodSignature_StopPlayNotice -1978922649
  131. #define UIService_MethodSignature_GetRecordMode -1617187757
  132. #define UIService_MethodSignature_StartTransactionRecord 339746588
  133. #define UIService_MethodSignature_StopTransactionRecord 1197230846
  134. #define UIService_MethodSignature_GetCallState -1446312706
  135. #define UIService_MethodSignature_HangupCall 478500367
  136. #define UIService_MethodSignature_GetTransactionRecordState -923839253
  137. #define UIService_MethodSignature_GetHandfreeInVolume -973146972
  138. #define UIService_MethodSignature_SetHandfreeInVolume -1471315400
  139. #define UIService_MethodSignature_GetPickupInVolume -735373015
  140. #define UIService_MethodSignature_SetPickupInVolume 35636029
  141. #define UIService_LogCode_SetUIState "QLR040230B00"
  142. #define UIService_LogCode_SendAgentText "QLR040230B01"
  143. #define UIService_LogCode_SetMenuTree "QLR040230B02"
  144. #define UIService_LogCode_SetMenuPath "QLR040230B03"
  145. #define UIService_LogCode_SendFrontSyncData "QLR040230B04"
  146. #define UIService_LogCode_StartRecordVideo "QLR040230B05"
  147. #define UIService_LogCode_StopRecordVideo "QLR040230B06"
  148. #define UIService_LogCode_ShowVideo "QLR040230B07"
  149. #define UIService_LogCode_SaveVideo "QLR040230B08"
  150. #define UIService_LogCode_DeleteVideo "QLR040230B09"
  151. #define UIService_LogCode_StartPlayVideo "QLR040230B10"
  152. #define UIService_LogCode_StartPlayAudio "QLR040230B11"
  153. #define UIService_LogCode_StartPlayImage "QLR040230B12"
  154. #define UIService_LogCode_StopPlayVideo "QLR040230B13"
  155. #define UIService_LogCode_StopPlayAudio "QLR040230B14"
  156. #define UIService_LogCode_StopPlayImage "QLR040230B15"
  157. #define UIService_LogCode_StartPhotograph "QLR040230B16"
  158. #define UIService_LogCode_StopPhotograph "QLR040230B17"
  159. #define UIService_LogCode_SendOperateState "QLR040230B18"
  160. #define UIService_LogCode_CheckContinuRecord "QLR040230B19"
  161. #define UIService_LogCode_StartContinuRecord "QLR040230B20"
  162. #define UIService_LogCode_StopContinuRecord "QLR040230B21"
  163. #define UIService_LogCode_StartEchoContinuRecord "QLR040230B22"
  164. #define UIService_LogCode_StopEchoContinuRecord "QLR040230B23"
  165. #define UIService_LogCode_HideOnlineVideo "QLR040230B24"
  166. #define UIService_LogCode_ShowOnlineVideo "QLR040230B25"
  167. #define UIService_LogCode_AnswerPacket "QLR040230B26"
  168. #define UIService_LogCode_GetLocalVideoVolume "QLR040230B27"
  169. #define UIService_LogCode_SetLocalVideoVolume "QLR040230B28"
  170. #define UIService_LogCode_SendBusinessDesktopCmd "QLR040230B29"
  171. #define UIService_LogCode_HideLocalVideo "QLR040230B30"
  172. #define UIService_LogCode_ShowLocalVideo "QLR040230B31"
  173. #define UIService_LogCode_HidePersonArea "QLR040230B32"
  174. #define UIService_LogCode_ShowPersonArea "QLR040230B33"
  175. #define UIService_LogCode_VideoAppendWaterMark "QLR040230B34"
  176. #define UIService_LogCode_GetLocalAudioVolume "QLR040230B35"
  177. #define UIService_LogCode_SetLocalAudioVolume "QLR040230B36"
  178. #define UIService_LogCode_StartRemoteRecord "QLR040230B37"
  179. #define UIService_LogCode_StopRemoteRecord "QLR040230B38"
  180. #define UIService_LogCode_StartSalesRecord "QLR040230B39"
  181. #define UIService_LogCode_StartRecordPreview "QLR040230B40"
  182. #define UIService_LogCode_StartSalesVideoRecord "QLR040230B41"
  183. #define UIService_LogCode_AjustVideoPreviewSize "QLR040230B42"
  184. #define UIService_LogCode_StopShowVideo "QLR040230B43"
  185. #define UIService_LogCode_StartPlaySalesRecord "QLR040230B44"
  186. #define UIService_LogCode_SendH5SyncData "QLR040230B45"
  187. #define UIService_LogCode_GetHandfreeOutVolume "QLR040230B46"
  188. #define UIService_LogCode_SetHandfreeOutVolume "QLR040230B47"
  189. #define UIService_LogCode_GetPickupOutVolume "QLR040230B48"
  190. #define UIService_LogCode_SetPickupOutVolume "QLR040230B49"
  191. #define UIService_LogCode_StartPlayNotice "QLR040230B50"
  192. #define UIService_LogCode_StopPlayNotice "QLR040230B51"
  193. #define UIService_LogCode_GetRecordMode "QLR040230B52"
  194. #define UIService_LogCode_StartTransactionRecord "QLR040230B53"
  195. #define UIService_LogCode_StopTransactionRecord "QLR040230B54"
  196. struct UIService_SetUIState_Info
  197. {
  198. int state;
  199. CSimpleStringW status;
  200. void Serialize(SpBuffer &Buf)
  201. {
  202. auto & buf = Buf & state & status;
  203. }
  204. };
  205. struct UIService_SendAgentText_Req
  206. {
  207. CSimpleStringW content;
  208. void Serialize(SpBuffer &Buf)
  209. {
  210. auto & buf = Buf & content;
  211. }
  212. };
  213. struct UIService_SendAgentText_Ans
  214. {
  215. void Serialize(SpBuffer &Buf)
  216. {
  217. }
  218. };
  219. struct UIService_SetMenuTree_Info
  220. {
  221. CSimpleStringW content;
  222. void Serialize(SpBuffer &Buf)
  223. {
  224. auto & buf = Buf & content;
  225. }
  226. };
  227. struct UIService_SetMenuPath_Info
  228. {
  229. CSimpleStringW content;
  230. void Serialize(SpBuffer &Buf)
  231. {
  232. auto & buf = Buf & content;
  233. }
  234. };
  235. struct UIService_SendFrontSyncData_Info
  236. {
  237. int id;
  238. CSimpleStringW content;
  239. void Serialize(SpBuffer &Buf)
  240. {
  241. auto & buf = Buf & id & content;
  242. }
  243. };
  244. struct UIService_StartRecordVideo_Req
  245. {
  246. CSimpleStringW VideoName;
  247. void Serialize(SpBuffer &Buf)
  248. {
  249. auto & buf = Buf & VideoName;
  250. }
  251. };
  252. struct UIService_StartRecordVideo_Ans
  253. {
  254. unsigned int ErrorCode;
  255. CSimpleStringW ErrorMsg;
  256. void Serialize(SpBuffer &Buf)
  257. {
  258. auto & buf = Buf & ErrorCode & ErrorMsg;
  259. }
  260. };
  261. struct UIService_StopRecordVideo_Req
  262. {
  263. CSimpleStringW content;
  264. void Serialize(SpBuffer &Buf)
  265. {
  266. auto & buf = Buf & content;
  267. }
  268. };
  269. struct UIService_StopRecordVideo_Ans
  270. {
  271. void Serialize(SpBuffer &Buf)
  272. {
  273. }
  274. };
  275. struct UIService_ShowVideo_Req
  276. {
  277. CSimpleStringW VideoName;
  278. void Serialize(SpBuffer &Buf)
  279. {
  280. auto & buf = Buf & VideoName;
  281. }
  282. };
  283. struct UIService_ShowVideo_Ans
  284. {
  285. void Serialize(SpBuffer &Buf)
  286. {
  287. }
  288. };
  289. struct UIService_SaveVideo_Req
  290. {
  291. CSimpleStringW VideoName;
  292. void Serialize(SpBuffer &Buf)
  293. {
  294. auto & buf = Buf & VideoName;
  295. }
  296. };
  297. struct UIService_SaveVideo_Ans
  298. {
  299. void Serialize(SpBuffer &Buf)
  300. {
  301. }
  302. };
  303. struct UIService_DeleteVideo_Req
  304. {
  305. CSimpleStringW VideoName;
  306. void Serialize(SpBuffer &Buf)
  307. {
  308. auto & buf = Buf & VideoName;
  309. }
  310. };
  311. struct UIService_DeleteVideo_Ans
  312. {
  313. void Serialize(SpBuffer &Buf)
  314. {
  315. }
  316. };
  317. struct UIService_StartPlayVideo_Req
  318. {
  319. int CfgInx;
  320. int WndX;
  321. int WndY;
  322. int WndWidth;
  323. int WndHeight;
  324. void Serialize(SpBuffer &Buf)
  325. {
  326. auto & buf = Buf & CfgInx & WndX & WndY & WndWidth & WndHeight;
  327. }
  328. };
  329. struct UIService_StartPlayVideo_Ans
  330. {
  331. void Serialize(SpBuffer &Buf)
  332. {
  333. }
  334. };
  335. struct UIService_StartPlayAudio_Req
  336. {
  337. CSimpleStringW AudioNames;
  338. void Serialize(SpBuffer &Buf)
  339. {
  340. auto & buf = Buf & AudioNames;
  341. }
  342. };
  343. struct UIService_StartPlayAudio_Ans
  344. {
  345. void Serialize(SpBuffer &Buf)
  346. {
  347. }
  348. };
  349. struct UIService_StartPlayImage_Req
  350. {
  351. int CfgInx;
  352. int WndX;
  353. int WndY;
  354. int WndWidth;
  355. int WndHeight;
  356. void Serialize(SpBuffer &Buf)
  357. {
  358. auto & buf = Buf & CfgInx & WndX & WndY & WndWidth & WndHeight;
  359. }
  360. };
  361. struct UIService_StartPlayImage_Ans
  362. {
  363. void Serialize(SpBuffer &Buf)
  364. {
  365. }
  366. };
  367. struct UIService_StopPlayVideo_Req
  368. {
  369. int CfgInx;
  370. void Serialize(SpBuffer &Buf)
  371. {
  372. auto & buf = Buf & CfgInx;
  373. }
  374. };
  375. struct UIService_StopPlayVideo_Ans
  376. {
  377. void Serialize(SpBuffer &Buf)
  378. {
  379. }
  380. };
  381. struct UIService_StopPlayAudio_Req
  382. {
  383. void Serialize(SpBuffer &Buf)
  384. {
  385. }
  386. };
  387. struct UIService_StopPlayAudio_Ans
  388. {
  389. void Serialize(SpBuffer &Buf)
  390. {
  391. }
  392. };
  393. struct UIService_StopPlayImage_Req
  394. {
  395. int CfgInx;
  396. void Serialize(SpBuffer &Buf)
  397. {
  398. auto & buf = Buf & CfgInx;
  399. }
  400. };
  401. struct UIService_StopPlayImage_Ans
  402. {
  403. void Serialize(SpBuffer &Buf)
  404. {
  405. }
  406. };
  407. struct UIService_StartPhotograph_Info
  408. {
  409. void Serialize(SpBuffer &Buf)
  410. {
  411. }
  412. };
  413. struct UIService_StopPhotograph_Info
  414. {
  415. void Serialize(SpBuffer &Buf)
  416. {
  417. }
  418. };
  419. struct UIService_SendOperateState_Info
  420. {
  421. void Serialize(SpBuffer &Buf)
  422. {
  423. }
  424. };
  425. struct UIService_CheckContinuRecord_Req
  426. {
  427. void Serialize(SpBuffer &Buf)
  428. {
  429. }
  430. };
  431. struct UIService_CheckContinuRecord_Ans
  432. {
  433. bool IsAllowed;
  434. void Serialize(SpBuffer &Buf)
  435. {
  436. auto & buf = Buf & IsAllowed;
  437. }
  438. };
  439. struct UIService_StartContinuRecord_Req
  440. {
  441. CSimpleStringW VideoName;
  442. void Serialize(SpBuffer &Buf)
  443. {
  444. auto & buf = Buf & VideoName;
  445. }
  446. };
  447. struct UIService_StartContinuRecord_Ans
  448. {
  449. unsigned int Record_ErrorCode;
  450. CSimpleStringW Record_ErrorMsg;
  451. void Serialize(SpBuffer &Buf)
  452. {
  453. auto & buf = Buf & Record_ErrorCode & Record_ErrorMsg;
  454. }
  455. };
  456. struct UIService_StopContinuRecord_Req
  457. {
  458. CSimpleStringW VideoName;
  459. void Serialize(SpBuffer &Buf)
  460. {
  461. auto & buf = Buf & VideoName;
  462. }
  463. };
  464. struct UIService_StopContinuRecord_Ans
  465. {
  466. void Serialize(SpBuffer &Buf)
  467. {
  468. }
  469. };
  470. struct UIService_StartEchoContinuRecord_Req
  471. {
  472. CSimpleStringW VideoName;
  473. void Serialize(SpBuffer &Buf)
  474. {
  475. auto & buf = Buf & VideoName;
  476. }
  477. };
  478. struct UIService_StartEchoContinuRecord_Ans
  479. {
  480. unsigned int Echo_ErrorCode;
  481. CSimpleStringW Echo_ErrorMsg;
  482. void Serialize(SpBuffer &Buf)
  483. {
  484. auto & buf = Buf & Echo_ErrorCode & Echo_ErrorMsg;
  485. }
  486. };
  487. struct UIService_StopEchoContinuRecord_Req
  488. {
  489. CSimpleStringW VideoName;
  490. void Serialize(SpBuffer &Buf)
  491. {
  492. auto & buf = Buf & VideoName;
  493. }
  494. };
  495. struct UIService_StopEchoContinuRecord_Ans
  496. {
  497. void Serialize(SpBuffer &Buf)
  498. {
  499. }
  500. };
  501. struct UIService_HideOnlineVideo_Info
  502. {
  503. void Serialize(SpBuffer &Buf)
  504. {
  505. }
  506. };
  507. struct UIService_ShowOnlineVideo_Info
  508. {
  509. void Serialize(SpBuffer &Buf)
  510. {
  511. }
  512. };
  513. struct UIService_AnswerPacket_Req
  514. {
  515. CSimpleStringW Packet;
  516. void Serialize(SpBuffer &Buf)
  517. {
  518. auto & buf = Buf & Packet;
  519. }
  520. };
  521. struct UIService_AnswerPacket_Ans
  522. {
  523. unsigned int ErrorCode;
  524. void Serialize(SpBuffer &Buf)
  525. {
  526. auto & buf = Buf & ErrorCode;
  527. }
  528. };
  529. struct UIService_GetLocalVideoVolume_Req
  530. {
  531. int CfgInx;
  532. void Serialize(SpBuffer &Buf)
  533. {
  534. auto & buf = Buf & CfgInx;
  535. }
  536. };
  537. struct UIService_GetLocalVideoVolume_Ans
  538. {
  539. int Volume;
  540. void Serialize(SpBuffer &Buf)
  541. {
  542. auto & buf = Buf & Volume;
  543. }
  544. };
  545. struct UIService_SetLocalVideoVolume_Req
  546. {
  547. int CfgInx;
  548. int Volume;
  549. void Serialize(SpBuffer &Buf)
  550. {
  551. auto & buf = Buf & CfgInx & Volume;
  552. }
  553. };
  554. struct UIService_SetLocalVideoVolume_Ans
  555. {
  556. void Serialize(SpBuffer &Buf)
  557. {
  558. }
  559. };
  560. struct UIService_SendBusinessDesktopCmd_Req
  561. {
  562. CSimpleStringA xapName;
  563. CSimpleStringA command;
  564. void Serialize(SpBuffer &Buf)
  565. {
  566. auto & buf = Buf & xapName & command;
  567. }
  568. };
  569. struct UIService_SendBusinessDesktopCmd_Ans
  570. {
  571. void Serialize(SpBuffer &Buf)
  572. {
  573. }
  574. };
  575. struct UIService_HideLocalVideo_Info
  576. {
  577. void Serialize(SpBuffer &Buf)
  578. {
  579. }
  580. };
  581. struct UIService_ShowLocalVideo_Info
  582. {
  583. void Serialize(SpBuffer &Buf)
  584. {
  585. }
  586. };
  587. struct UIService_HidePersonArea_Info
  588. {
  589. void Serialize(SpBuffer &Buf)
  590. {
  591. }
  592. };
  593. struct UIService_ShowPersonArea_Info
  594. {
  595. void Serialize(SpBuffer &Buf)
  596. {
  597. }
  598. };
  599. struct UIService_VideoAppendWaterMark_Req
  600. {
  601. CSimpleStringW videoName;
  602. CSimpleStringW appendstr;
  603. void Serialize(SpBuffer &Buf)
  604. {
  605. auto & buf = Buf & videoName & appendstr;
  606. }
  607. };
  608. struct UIService_VideoAppendWaterMark_Ans
  609. {
  610. void Serialize(SpBuffer &Buf)
  611. {
  612. }
  613. };
  614. struct UIService_GetLocalAudioVolume_Req
  615. {
  616. void Serialize(SpBuffer &Buf)
  617. {
  618. }
  619. };
  620. struct UIService_GetLocalAudioVolume_Ans
  621. {
  622. int Volume;
  623. void Serialize(SpBuffer &Buf)
  624. {
  625. auto & buf = Buf & Volume;
  626. }
  627. };
  628. struct UIService_SetLocalAudioVolume_Req
  629. {
  630. int Volume;
  631. void Serialize(SpBuffer &Buf)
  632. {
  633. auto & buf = Buf & Volume;
  634. }
  635. };
  636. struct UIService_SetLocalAudioVolume_Ans
  637. {
  638. void Serialize(SpBuffer &Buf)
  639. {
  640. }
  641. };
  642. struct UIService_StartRemoteRecord_Req
  643. {
  644. CSimpleStringW VideoName;
  645. void Serialize(SpBuffer &Buf)
  646. {
  647. auto & buf = Buf & VideoName;
  648. }
  649. };
  650. struct UIService_StartRemoteRecord_Ans
  651. {
  652. unsigned int ErrorCode;
  653. CSimpleStringW ErrorMsg;
  654. void Serialize(SpBuffer &Buf)
  655. {
  656. auto & buf = Buf & ErrorCode & ErrorMsg;
  657. }
  658. };
  659. struct UIService_StopRemoteRecord_Req
  660. {
  661. CSimpleStringW content;
  662. void Serialize(SpBuffer &Buf)
  663. {
  664. auto & buf = Buf & content;
  665. }
  666. };
  667. struct UIService_StopRemoteRecord_Ans
  668. {
  669. void Serialize(SpBuffer &Buf)
  670. {
  671. }
  672. };
  673. struct UIService_StartSalesRecord_Req
  674. {
  675. CSimpleStringW VideoName;
  676. int Type;
  677. CBlob RecognizeContext;
  678. unsigned int ContextLen;
  679. void Serialize(SpBuffer &Buf)
  680. {
  681. auto & buf = Buf & VideoName & Type & RecognizeContext & ContextLen;
  682. }
  683. };
  684. struct UIService_StartSalesRecord_Ans
  685. {
  686. unsigned int ErrorCode;
  687. CSimpleStringW ErrorMsg;
  688. void Serialize(SpBuffer &Buf)
  689. {
  690. auto & buf = Buf & ErrorCode & ErrorMsg;
  691. }
  692. };
  693. struct UIService_StartRecordPreview_Req
  694. {
  695. CSimpleStringW VideoName;
  696. void Serialize(SpBuffer &Buf)
  697. {
  698. auto & buf = Buf & VideoName;
  699. }
  700. };
  701. struct UIService_StartRecordPreview_Ans
  702. {
  703. unsigned int ErrorCode;
  704. CSimpleStringW ErrorMsg;
  705. void Serialize(SpBuffer &Buf)
  706. {
  707. auto & buf = Buf & ErrorCode & ErrorMsg;
  708. }
  709. };
  710. struct UIService_StartSalesVideoRecord_Req
  711. {
  712. CSimpleStringW VideoName;
  713. int Type;
  714. CBlob RecognizeContext;
  715. unsigned int ContextLen;
  716. void Serialize(SpBuffer &Buf)
  717. {
  718. auto & buf = Buf & VideoName & Type & RecognizeContext & ContextLen;
  719. }
  720. };
  721. struct UIService_StartSalesVideoRecord_Ans
  722. {
  723. unsigned int ErrorCode;
  724. CSimpleStringW ErrorMsg;
  725. void Serialize(SpBuffer &Buf)
  726. {
  727. auto & buf = Buf & ErrorCode & ErrorMsg;
  728. }
  729. };
  730. struct UIService_AjustVideoPreviewSize_Req
  731. {
  732. int leftx;
  733. int lefty;
  734. int width;
  735. int height;
  736. void Serialize(SpBuffer &Buf)
  737. {
  738. auto & buf = Buf & leftx & lefty & width & height;
  739. }
  740. };
  741. struct UIService_AjustVideoPreviewSize_Ans
  742. {
  743. unsigned int ErrorCode;
  744. CSimpleStringW ErrorMsg;
  745. void Serialize(SpBuffer &Buf)
  746. {
  747. auto & buf = Buf & ErrorCode & ErrorMsg;
  748. }
  749. };
  750. struct UIService_StopShowVideo_Req
  751. {
  752. CSimpleStringW VideoName;
  753. void Serialize(SpBuffer &Buf)
  754. {
  755. auto & buf = Buf & VideoName;
  756. }
  757. };
  758. struct UIService_StopShowVideo_Ans
  759. {
  760. void Serialize(SpBuffer &Buf)
  761. {
  762. }
  763. };
  764. struct UIService_StartPlaySalesRecord_Req
  765. {
  766. CSimpleStringW VideoName;
  767. int WndX;
  768. int WndY;
  769. int WndWidth;
  770. int WndHeight;
  771. void Serialize(SpBuffer &Buf)
  772. {
  773. auto & buf = Buf & VideoName & WndX & WndY & WndWidth & WndHeight;
  774. }
  775. };
  776. struct UIService_StartPlaySalesRecord_Ans
  777. {
  778. void Serialize(SpBuffer &Buf)
  779. {
  780. }
  781. };
  782. struct UIService_SendH5SyncData_Info
  783. {
  784. CSimpleStringW content;
  785. void Serialize(SpBuffer &Buf)
  786. {
  787. auto & buf = Buf & content;
  788. }
  789. };
  790. struct UIService_GetHandfreeOutVolume_Req
  791. {
  792. void Serialize(SpBuffer &Buf)
  793. {
  794. }
  795. };
  796. struct UIService_GetHandfreeOutVolume_Ans
  797. {
  798. int Volume;
  799. void Serialize(SpBuffer &Buf)
  800. {
  801. auto & buf = Buf & Volume;
  802. }
  803. };
  804. struct UIService_SetHandfreeOutVolume_Req
  805. {
  806. int Volume;
  807. void Serialize(SpBuffer &Buf)
  808. {
  809. auto & buf = Buf & Volume;
  810. }
  811. };
  812. struct UIService_SetHandfreeOutVolume_Ans
  813. {
  814. void Serialize(SpBuffer &Buf)
  815. {
  816. }
  817. };
  818. struct UIService_GetPickupOutVolume_Req
  819. {
  820. void Serialize(SpBuffer &Buf)
  821. {
  822. }
  823. };
  824. struct UIService_GetPickupOutVolume_Ans
  825. {
  826. int Volume;
  827. void Serialize(SpBuffer &Buf)
  828. {
  829. auto & buf = Buf & Volume;
  830. }
  831. };
  832. struct UIService_SetPickupOutVolume_Req
  833. {
  834. int Volume;
  835. void Serialize(SpBuffer &Buf)
  836. {
  837. auto & buf = Buf & Volume;
  838. }
  839. };
  840. struct UIService_SetPickupOutVolume_Ans
  841. {
  842. void Serialize(SpBuffer &Buf)
  843. {
  844. }
  845. };
  846. struct UIService_StartPlayNotice_Req
  847. {
  848. int CfgInx;
  849. int WndX;
  850. int WndY;
  851. int WndWidth;
  852. int WndHeight;
  853. CSimpleStringW VideoName;
  854. void Serialize(SpBuffer &Buf)
  855. {
  856. auto & buf = Buf & CfgInx & WndX & WndY & WndWidth & WndHeight & VideoName;
  857. }
  858. };
  859. struct UIService_StartPlayNotice_Ans
  860. {
  861. unsigned int ErrorCode;
  862. CSimpleStringW ErrorMsg;
  863. void Serialize(SpBuffer &Buf)
  864. {
  865. auto & buf = Buf & ErrorCode & ErrorMsg;
  866. }
  867. };
  868. struct UIService_StopPlayNotice_Req
  869. {
  870. int CfgInx;
  871. void Serialize(SpBuffer &Buf)
  872. {
  873. auto & buf = Buf & CfgInx;
  874. }
  875. };
  876. struct UIService_StopPlayNotice_Ans
  877. {
  878. unsigned int ErrorCode;
  879. CSimpleStringW ErrorMsg;
  880. void Serialize(SpBuffer &Buf)
  881. {
  882. auto & buf = Buf & ErrorCode & ErrorMsg;
  883. }
  884. };
  885. struct UIService_GetRecordMode_Req
  886. {
  887. void Serialize(SpBuffer &Buf)
  888. {
  889. }
  890. };
  891. struct UIService_GetRecordMode_Ans
  892. {
  893. unsigned int RecordMode;
  894. void Serialize(SpBuffer &Buf)
  895. {
  896. auto & buf = Buf & RecordMode;
  897. }
  898. };
  899. struct UIService_StartTransactionRecord_Req
  900. {
  901. CSimpleStringA StrVideoName;
  902. void Serialize(SpBuffer &Buf)
  903. {
  904. auto & buf = Buf & StrVideoName;
  905. }
  906. };
  907. struct UIService_StartTransactionRecord_Ans
  908. {
  909. unsigned int ErrorCode;
  910. CSimpleStringW ErrorMsg;
  911. void Serialize(SpBuffer &Buf)
  912. {
  913. auto & buf = Buf & ErrorCode & ErrorMsg;
  914. }
  915. };
  916. struct UIService_StopTransactionRecord_Req
  917. {
  918. CSimpleStringA StrVideoName;
  919. void Serialize(SpBuffer &Buf)
  920. {
  921. auto & buf = Buf & StrVideoName;
  922. }
  923. };
  924. struct UIService_StopTransactionRecord_Ans
  925. {
  926. void Serialize(SpBuffer &Buf)
  927. {
  928. }
  929. };
  930. struct UIService_GetCallState_Req
  931. {
  932. void Serialize(SpBuffer &Buf)
  933. {
  934. }
  935. };
  936. struct UIService_GetCallState_Ans
  937. {
  938. int iState;
  939. void Serialize(SpBuffer &Buf)
  940. {
  941. auto & buf = Buf & iState;
  942. }
  943. };
  944. struct UIService_HangupCall_Info
  945. {
  946. void Serialize(SpBuffer &Buf)
  947. {
  948. }
  949. };
  950. struct UIService_GetTransactionRecordState_Req
  951. {
  952. void Serialize(SpBuffer &Buf)
  953. {
  954. }
  955. };
  956. struct UIService_GetTransactionRecordState_Ans
  957. {
  958. int iRecordState;
  959. void Serialize(SpBuffer &Buf)
  960. {
  961. auto & buf = Buf & iRecordState;
  962. }
  963. };
  964. struct UIService_GetHandfreeInVolume_Req
  965. {
  966. void Serialize(SpBuffer &Buf)
  967. {
  968. }
  969. };
  970. struct UIService_GetHandfreeInVolume_Ans
  971. {
  972. int Volume;
  973. void Serialize(SpBuffer &Buf)
  974. {
  975. auto & buf = Buf & Volume;
  976. }
  977. };
  978. struct UIService_SetHandfreeInVolume_Req
  979. {
  980. int Volume;
  981. void Serialize(SpBuffer &Buf)
  982. {
  983. auto & buf = Buf & Volume;
  984. }
  985. };
  986. struct UIService_SetHandfreeInVolume_Ans
  987. {
  988. void Serialize(SpBuffer &Buf)
  989. {
  990. }
  991. };
  992. struct UIService_GetPickupInVolume_Req
  993. {
  994. void Serialize(SpBuffer &Buf)
  995. {
  996. }
  997. };
  998. struct UIService_GetPickupInVolume_Ans
  999. {
  1000. int Volume;
  1001. void Serialize(SpBuffer &Buf)
  1002. {
  1003. auto & buf = Buf & Volume;
  1004. }
  1005. };
  1006. struct UIService_SetPickupInVolume_Req
  1007. {
  1008. int Volume;
  1009. void Serialize(SpBuffer &Buf)
  1010. {
  1011. auto & buf = Buf & Volume;
  1012. }
  1013. };
  1014. struct UIService_SetPickupInVolume_Ans
  1015. {
  1016. void Serialize(SpBuffer &Buf)
  1017. {
  1018. }
  1019. };
  1020. ///////////////////////////
  1021. } // namespace InteractiveControl
  1022. #endif // __INTERACTIVECONTROL_DEF_G_H