InteractiveControl_def_g.h 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  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_Method_GetAudioInDevices 62
  80. #define UIService_Method_GetAudioOutDevices 63
  81. #define UIService_Method_GetCameraInfo 64
  82. #define UIService_Method_GetMediaDeviceInfo 65
  83. #define UIService_Method_GetPickUpStatus 66
  84. #define UIService_Method_GetCameraState 67
  85. #define UIService_Method_SetRemoteRecordCamera 68
  86. #define UIService_Method_StartCameraCapture 69
  87. #define UIService_Method_StopCameraCapture 70
  88. #define UIService_Method_StartFacetracking 71
  89. #define UIService_Method_StopFacetracking 72
  90. #define UIService_MethodSignature_SetUIState -649355360
  91. #define UIService_MethodSignature_SendAgentText -389826246
  92. #define UIService_MethodSignature_SetMenuTree 1707777402
  93. #define UIService_MethodSignature_SetMenuPath 553404441
  94. #define UIService_MethodSignature_SendFrontSyncData 503549847
  95. #define UIService_MethodSignature_StartRecordVideo -1844479532
  96. #define UIService_MethodSignature_StopRecordVideo 310406065
  97. #define UIService_MethodSignature_ShowVideo 1404548992
  98. #define UIService_MethodSignature_SaveVideo 1954181356
  99. #define UIService_MethodSignature_DeleteVideo -600712782
  100. #define UIService_MethodSignature_StartPlayVideo -271954219
  101. #define UIService_MethodSignature_StartPlayAudio -1816705386
  102. #define UIService_MethodSignature_StartPlayImage -1698755481
  103. #define UIService_MethodSignature_StopPlayVideo 2084242398
  104. #define UIService_MethodSignature_StopPlayAudio -1812157371
  105. #define UIService_MethodSignature_StopPlayImage -88315811
  106. #define UIService_MethodSignature_StartPhotograph -1649051075
  107. #define UIService_MethodSignature_StopPhotograph 484812614
  108. #define UIService_MethodSignature_SendOperateState -973212614
  109. #define UIService_MethodSignature_CheckContinuRecord 1206241979
  110. #define UIService_MethodSignature_StartContinuRecord -125680355
  111. #define UIService_MethodSignature_StopContinuRecord 2129481269
  112. #define UIService_MethodSignature_StartEchoContinuRecord -60891649
  113. #define UIService_MethodSignature_StopEchoContinuRecord 1613917723
  114. #define UIService_MethodSignature_HideOnlineVideo 402180326
  115. #define UIService_MethodSignature_ShowOnlineVideo 215822958
  116. #define UIService_MethodSignature_AnswerPacket 1544945815
  117. #define UIService_MethodSignature_GetLocalVideoVolume -556205790
  118. #define UIService_MethodSignature_SetLocalVideoVolume -1955837375
  119. #define UIService_MethodSignature_SendBusinessDesktopCmd 479361579
  120. #define UIService_MethodSignature_HideLocalVideo 1054101480
  121. #define UIService_MethodSignature_ShowLocalVideo 1433196925
  122. #define UIService_MethodSignature_HidePersonArea -761642471
  123. #define UIService_MethodSignature_ShowPersonArea -718278135
  124. #define UIService_MethodSignature_VideoAppendWaterMark -535041635
  125. #define UIService_MethodSignature_GetLocalAudioVolume -1928277327
  126. #define UIService_MethodSignature_SetLocalAudioVolume -1142072027
  127. #define UIService_MethodSignature_StartRemoteRecord -2089992229
  128. #define UIService_MethodSignature_StopRemoteRecord 1822461931
  129. #define UIService_MethodSignature_StartSalesRecord 98750308
  130. #define UIService_MethodSignature_StartRecordPreview 2127546596
  131. #define UIService_MethodSignature_StartSalesVideoRecord -2103222931
  132. #define UIService_MethodSignature_AjustVideoPreviewSize 1033541107
  133. #define UIService_MethodSignature_StopShowVideo 195996145
  134. #define UIService_MethodSignature_StartPlaySalesRecord -995863402
  135. #define UIService_MethodSignature_SendH5SyncData -546371570
  136. #define UIService_MethodSignature_GetHandfreeOutVolume 1306483555
  137. #define UIService_MethodSignature_SetHandfreeOutVolume 2042464727
  138. #define UIService_MethodSignature_GetPickupOutVolume 1201465844
  139. #define UIService_MethodSignature_SetPickupOutVolume -1088342808
  140. #define UIService_MethodSignature_StartPlayNotice -1901549012
  141. #define UIService_MethodSignature_StopPlayNotice -1978922649
  142. #define UIService_MethodSignature_GetRecordMode -1617187757
  143. #define UIService_MethodSignature_StartTransactionRecord 339746588
  144. #define UIService_MethodSignature_StopTransactionRecord 1197230846
  145. #define UIService_MethodSignature_GetCallState -1446312706
  146. #define UIService_MethodSignature_HangupCall 478500367
  147. #define UIService_MethodSignature_GetTransactionRecordState -923839253
  148. #define UIService_MethodSignature_GetHandfreeInVolume -973146972
  149. #define UIService_MethodSignature_SetHandfreeInVolume -1471315400
  150. #define UIService_MethodSignature_GetPickupInVolume -735373015
  151. #define UIService_MethodSignature_SetPickupInVolume 35636029
  152. #define UIService_MethodSignature_GetAudioInDevices -541811993
  153. #define UIService_MethodSignature_GetAudioOutDevices -1224223001
  154. #define UIService_MethodSignature_GetCameraInfo 180376278
  155. #define UIService_MethodSignature_GetMediaDeviceInfo -887802742
  156. #define UIService_MethodSignature_GetPickUpStatus -1057807018
  157. #define UIService_MethodSignature_GetCameraState 1106777089
  158. #define UIService_MethodSignature_SetRemoteRecordCamera 644742714
  159. #define UIService_MethodSignature_StartCameraCapture -1747552500
  160. #define UIService_MethodSignature_StopCameraCapture -1434897600
  161. #define UIService_MethodSignature_StartFacetracking 1383398751
  162. #define UIService_MethodSignature_StopFacetracking -1524623181
  163. #define UIService_LogCode_SetUIState "QLR040230B00"
  164. #define UIService_LogCode_SendAgentText "QLR040230B01"
  165. #define UIService_LogCode_SetMenuTree "QLR040230B02"
  166. #define UIService_LogCode_SetMenuPath "QLR040230B03"
  167. #define UIService_LogCode_SendFrontSyncData "QLR040230B04"
  168. #define UIService_LogCode_StartRecordVideo "QLR040230B05"
  169. #define UIService_LogCode_StopRecordVideo "QLR040230B06"
  170. #define UIService_LogCode_ShowVideo "QLR040230B07"
  171. #define UIService_LogCode_SaveVideo "QLR040230B08"
  172. #define UIService_LogCode_DeleteVideo "QLR040230B09"
  173. #define UIService_LogCode_StartPlayVideo "QLR040230B10"
  174. #define UIService_LogCode_StartPlayAudio "QLR040230B11"
  175. #define UIService_LogCode_StartPlayImage "QLR040230B12"
  176. #define UIService_LogCode_StopPlayVideo "QLR040230B13"
  177. #define UIService_LogCode_StopPlayAudio "QLR040230B14"
  178. #define UIService_LogCode_StopPlayImage "QLR040230B15"
  179. #define UIService_LogCode_StartPhotograph "QLR040230B16"
  180. #define UIService_LogCode_StopPhotograph "QLR040230B17"
  181. #define UIService_LogCode_SendOperateState "QLR040230B18"
  182. #define UIService_LogCode_CheckContinuRecord "QLR040230B19"
  183. #define UIService_LogCode_StartContinuRecord "QLR040230B20"
  184. #define UIService_LogCode_StopContinuRecord "QLR040230B21"
  185. #define UIService_LogCode_StartEchoContinuRecord "QLR040230B22"
  186. #define UIService_LogCode_StopEchoContinuRecord "QLR040230B23"
  187. #define UIService_LogCode_HideOnlineVideo "QLR040230B24"
  188. #define UIService_LogCode_ShowOnlineVideo "QLR040230B25"
  189. #define UIService_LogCode_AnswerPacket "QLR040230B26"
  190. #define UIService_LogCode_GetLocalVideoVolume "QLR040230B27"
  191. #define UIService_LogCode_SetLocalVideoVolume "QLR040230B28"
  192. #define UIService_LogCode_SendBusinessDesktopCmd "QLR040230B29"
  193. #define UIService_LogCode_HideLocalVideo "QLR040230B30"
  194. #define UIService_LogCode_ShowLocalVideo "QLR040230B31"
  195. #define UIService_LogCode_HidePersonArea "QLR040230B32"
  196. #define UIService_LogCode_ShowPersonArea "QLR040230B33"
  197. #define UIService_LogCode_VideoAppendWaterMark "QLR040230B34"
  198. #define UIService_LogCode_GetLocalAudioVolume "QLR040230B35"
  199. #define UIService_LogCode_SetLocalAudioVolume "QLR040230B36"
  200. #define UIService_LogCode_StartRemoteRecord "QLR040230B37"
  201. #define UIService_LogCode_StopRemoteRecord "QLR040230B38"
  202. #define UIService_LogCode_StartSalesRecord "QLR040230B39"
  203. #define UIService_LogCode_StartRecordPreview "QLR040230B40"
  204. #define UIService_LogCode_StartSalesVideoRecord "QLR040230B41"
  205. #define UIService_LogCode_AjustVideoPreviewSize "QLR040230B42"
  206. #define UIService_LogCode_StopShowVideo "QLR040230B43"
  207. #define UIService_LogCode_StartPlaySalesRecord "QLR040230B44"
  208. #define UIService_LogCode_SendH5SyncData "QLR040230B45"
  209. #define UIService_LogCode_GetHandfreeOutVolume "QLR040230B46"
  210. #define UIService_LogCode_SetHandfreeOutVolume "QLR040230B47"
  211. #define UIService_LogCode_GetPickupOutVolume "QLR040230B48"
  212. #define UIService_LogCode_SetPickupOutVolume "QLR040230B49"
  213. #define UIService_LogCode_StartPlayNotice "QLR040230B50"
  214. #define UIService_LogCode_StopPlayNotice "QLR040230B51"
  215. #define UIService_LogCode_GetRecordMode "QLR040230B52"
  216. #define UIService_LogCode_StartTransactionRecord "QLR040230B53"
  217. #define UIService_LogCode_StopTransactionRecord "QLR040230B54"
  218. #define UIService_LogCode_GetCallState "QLR040230B55"
  219. #define UIService_LogCode_HangupCall "QLR040230B56"
  220. #define UIService_LogCode_GetTransactionRecordState "QLR040230B57"
  221. #define UIService_LogCode_GetHandfreeInVolume "QLR040230B58"
  222. #define UIService_LogCode_SetHandfreeInVolume "QLR040230B59"
  223. #define UIService_LogCode_GetPickupInVolume "QLR040230B60"
  224. #define UIService_LogCode_SetPickupInVolume "QLR040230B61"
  225. #define UIService_LogCode_GetAudioInDevices "QLR040230B62"
  226. #define UIService_LogCode_GetAudioOutDevices "QLR040230B63"
  227. #define UIService_LogCode_GetCameraInfo "QLR040230B64"
  228. #define UIService_LogCode_GetMediaDeviceInfo "QLR040230B65"
  229. #define UIService_LogCode_GetPickUpStatus "QLR040230B66"
  230. #define UIService_LogCode_GetCameraState "QLR040230B67"
  231. #define UIService_LogCode_SetRemoteRecordCamera "QLR040230B68"
  232. #define UIService_LogCode_StartCameraCapture "QLR040230B69"
  233. #define UIService_LogCode_StopCameraCapture "QLR040230B70"
  234. #define UIService_LogCode_StartFacetracking "QLR040230B71"
  235. #define UIService_LogCode_StopFacetracking "QLR040230B72"
  236. struct UIService_SetUIState_Info
  237. {
  238. int state;
  239. CSimpleStringW status;
  240. void Serialize(SpBuffer &Buf)
  241. {
  242. auto & buf = Buf & state & status;
  243. }
  244. };
  245. struct UIService_SendAgentText_Req
  246. {
  247. CSimpleStringW content;
  248. void Serialize(SpBuffer &Buf)
  249. {
  250. auto & buf = Buf & content;
  251. }
  252. };
  253. struct UIService_SendAgentText_Ans
  254. {
  255. void Serialize(SpBuffer &Buf)
  256. {
  257. }
  258. };
  259. struct UIService_SetMenuTree_Info
  260. {
  261. CSimpleStringW content;
  262. void Serialize(SpBuffer &Buf)
  263. {
  264. auto & buf = Buf & content;
  265. }
  266. };
  267. struct UIService_SetMenuPath_Info
  268. {
  269. CSimpleStringW content;
  270. void Serialize(SpBuffer &Buf)
  271. {
  272. auto & buf = Buf & content;
  273. }
  274. };
  275. struct UIService_SendFrontSyncData_Info
  276. {
  277. int id;
  278. CSimpleStringW content;
  279. void Serialize(SpBuffer &Buf)
  280. {
  281. auto & buf = Buf & id & content;
  282. }
  283. };
  284. struct UIService_StartRecordVideo_Req
  285. {
  286. CSimpleStringW VideoName;
  287. void Serialize(SpBuffer &Buf)
  288. {
  289. auto & buf = Buf & VideoName;
  290. }
  291. };
  292. struct UIService_StartRecordVideo_Ans
  293. {
  294. unsigned int ErrorCode;
  295. CSimpleStringW ErrorMsg;
  296. void Serialize(SpBuffer &Buf)
  297. {
  298. auto & buf = Buf & ErrorCode & ErrorMsg;
  299. }
  300. };
  301. struct UIService_StopRecordVideo_Req
  302. {
  303. CSimpleStringW content;
  304. void Serialize(SpBuffer &Buf)
  305. {
  306. auto & buf = Buf & content;
  307. }
  308. };
  309. struct UIService_StopRecordVideo_Ans
  310. {
  311. void Serialize(SpBuffer &Buf)
  312. {
  313. }
  314. };
  315. struct UIService_ShowVideo_Req
  316. {
  317. CSimpleStringW VideoName;
  318. void Serialize(SpBuffer &Buf)
  319. {
  320. auto & buf = Buf & VideoName;
  321. }
  322. };
  323. struct UIService_ShowVideo_Ans
  324. {
  325. void Serialize(SpBuffer &Buf)
  326. {
  327. }
  328. };
  329. struct UIService_SaveVideo_Req
  330. {
  331. CSimpleStringW VideoName;
  332. void Serialize(SpBuffer &Buf)
  333. {
  334. auto & buf = Buf & VideoName;
  335. }
  336. };
  337. struct UIService_SaveVideo_Ans
  338. {
  339. void Serialize(SpBuffer &Buf)
  340. {
  341. }
  342. };
  343. struct UIService_DeleteVideo_Req
  344. {
  345. CSimpleStringW VideoName;
  346. void Serialize(SpBuffer &Buf)
  347. {
  348. auto & buf = Buf & VideoName;
  349. }
  350. };
  351. struct UIService_DeleteVideo_Ans
  352. {
  353. void Serialize(SpBuffer &Buf)
  354. {
  355. }
  356. };
  357. struct UIService_StartPlayVideo_Req
  358. {
  359. int CfgInx;
  360. int WndX;
  361. int WndY;
  362. int WndWidth;
  363. int WndHeight;
  364. void Serialize(SpBuffer &Buf)
  365. {
  366. auto & buf = Buf & CfgInx & WndX & WndY & WndWidth & WndHeight;
  367. }
  368. };
  369. struct UIService_StartPlayVideo_Ans
  370. {
  371. void Serialize(SpBuffer &Buf)
  372. {
  373. }
  374. };
  375. struct UIService_StartPlayAudio_Req
  376. {
  377. CSimpleStringW AudioNames;
  378. void Serialize(SpBuffer &Buf)
  379. {
  380. auto & buf = Buf & AudioNames;
  381. }
  382. };
  383. struct UIService_StartPlayAudio_Ans
  384. {
  385. void Serialize(SpBuffer &Buf)
  386. {
  387. }
  388. };
  389. struct UIService_StartPlayImage_Req
  390. {
  391. int CfgInx;
  392. int WndX;
  393. int WndY;
  394. int WndWidth;
  395. int WndHeight;
  396. void Serialize(SpBuffer &Buf)
  397. {
  398. auto & buf = Buf & CfgInx & WndX & WndY & WndWidth & WndHeight;
  399. }
  400. };
  401. struct UIService_StartPlayImage_Ans
  402. {
  403. void Serialize(SpBuffer &Buf)
  404. {
  405. }
  406. };
  407. struct UIService_StopPlayVideo_Req
  408. {
  409. int CfgInx;
  410. void Serialize(SpBuffer &Buf)
  411. {
  412. auto & buf = Buf & CfgInx;
  413. }
  414. };
  415. struct UIService_StopPlayVideo_Ans
  416. {
  417. void Serialize(SpBuffer &Buf)
  418. {
  419. }
  420. };
  421. struct UIService_StopPlayAudio_Req
  422. {
  423. void Serialize(SpBuffer &Buf)
  424. {
  425. }
  426. };
  427. struct UIService_StopPlayAudio_Ans
  428. {
  429. void Serialize(SpBuffer &Buf)
  430. {
  431. }
  432. };
  433. struct UIService_StopPlayImage_Req
  434. {
  435. int CfgInx;
  436. void Serialize(SpBuffer &Buf)
  437. {
  438. auto & buf = Buf & CfgInx;
  439. }
  440. };
  441. struct UIService_StopPlayImage_Ans
  442. {
  443. void Serialize(SpBuffer &Buf)
  444. {
  445. }
  446. };
  447. struct UIService_StartPhotograph_Info
  448. {
  449. void Serialize(SpBuffer &Buf)
  450. {
  451. }
  452. };
  453. struct UIService_StopPhotograph_Info
  454. {
  455. void Serialize(SpBuffer &Buf)
  456. {
  457. }
  458. };
  459. struct UIService_SendOperateState_Info
  460. {
  461. void Serialize(SpBuffer &Buf)
  462. {
  463. }
  464. };
  465. struct UIService_CheckContinuRecord_Req
  466. {
  467. void Serialize(SpBuffer &Buf)
  468. {
  469. }
  470. };
  471. struct UIService_CheckContinuRecord_Ans
  472. {
  473. bool IsAllowed;
  474. void Serialize(SpBuffer &Buf)
  475. {
  476. auto & buf = Buf & IsAllowed;
  477. }
  478. };
  479. struct UIService_StartContinuRecord_Req
  480. {
  481. CSimpleStringW VideoName;
  482. void Serialize(SpBuffer &Buf)
  483. {
  484. auto & buf = Buf & VideoName;
  485. }
  486. };
  487. struct UIService_StartContinuRecord_Ans
  488. {
  489. unsigned int Record_ErrorCode;
  490. CSimpleStringW Record_ErrorMsg;
  491. void Serialize(SpBuffer &Buf)
  492. {
  493. auto & buf = Buf & Record_ErrorCode & Record_ErrorMsg;
  494. }
  495. };
  496. struct UIService_StopContinuRecord_Req
  497. {
  498. CSimpleStringW VideoName;
  499. void Serialize(SpBuffer &Buf)
  500. {
  501. auto & buf = Buf & VideoName;
  502. }
  503. };
  504. struct UIService_StopContinuRecord_Ans
  505. {
  506. void Serialize(SpBuffer &Buf)
  507. {
  508. }
  509. };
  510. struct UIService_StartEchoContinuRecord_Req
  511. {
  512. CSimpleStringW VideoName;
  513. void Serialize(SpBuffer &Buf)
  514. {
  515. auto & buf = Buf & VideoName;
  516. }
  517. };
  518. struct UIService_StartEchoContinuRecord_Ans
  519. {
  520. unsigned int Echo_ErrorCode;
  521. CSimpleStringW Echo_ErrorMsg;
  522. void Serialize(SpBuffer &Buf)
  523. {
  524. auto & buf = Buf & Echo_ErrorCode & Echo_ErrorMsg;
  525. }
  526. };
  527. struct UIService_StopEchoContinuRecord_Req
  528. {
  529. CSimpleStringW VideoName;
  530. void Serialize(SpBuffer &Buf)
  531. {
  532. auto & buf = Buf & VideoName;
  533. }
  534. };
  535. struct UIService_StopEchoContinuRecord_Ans
  536. {
  537. void Serialize(SpBuffer &Buf)
  538. {
  539. }
  540. };
  541. struct UIService_HideOnlineVideo_Info
  542. {
  543. void Serialize(SpBuffer &Buf)
  544. {
  545. }
  546. };
  547. struct UIService_ShowOnlineVideo_Info
  548. {
  549. void Serialize(SpBuffer &Buf)
  550. {
  551. }
  552. };
  553. struct UIService_AnswerPacket_Req
  554. {
  555. CSimpleStringW Packet;
  556. void Serialize(SpBuffer &Buf)
  557. {
  558. auto & buf = Buf & Packet;
  559. }
  560. };
  561. struct UIService_AnswerPacket_Ans
  562. {
  563. unsigned int ErrorCode;
  564. void Serialize(SpBuffer &Buf)
  565. {
  566. auto & buf = Buf & ErrorCode;
  567. }
  568. };
  569. struct UIService_GetLocalVideoVolume_Req
  570. {
  571. int CfgInx;
  572. void Serialize(SpBuffer &Buf)
  573. {
  574. auto & buf = Buf & CfgInx;
  575. }
  576. };
  577. struct UIService_GetLocalVideoVolume_Ans
  578. {
  579. int Volume;
  580. void Serialize(SpBuffer &Buf)
  581. {
  582. auto & buf = Buf & Volume;
  583. }
  584. };
  585. struct UIService_SetLocalVideoVolume_Req
  586. {
  587. int CfgInx;
  588. int Volume;
  589. void Serialize(SpBuffer &Buf)
  590. {
  591. auto & buf = Buf & CfgInx & Volume;
  592. }
  593. };
  594. struct UIService_SetLocalVideoVolume_Ans
  595. {
  596. void Serialize(SpBuffer &Buf)
  597. {
  598. }
  599. };
  600. struct UIService_SendBusinessDesktopCmd_Req
  601. {
  602. CSimpleStringA xapName;
  603. CSimpleStringA command;
  604. void Serialize(SpBuffer &Buf)
  605. {
  606. auto & buf = Buf & xapName & command;
  607. }
  608. };
  609. struct UIService_SendBusinessDesktopCmd_Ans
  610. {
  611. void Serialize(SpBuffer &Buf)
  612. {
  613. }
  614. };
  615. struct UIService_HideLocalVideo_Info
  616. {
  617. void Serialize(SpBuffer &Buf)
  618. {
  619. }
  620. };
  621. struct UIService_ShowLocalVideo_Info
  622. {
  623. void Serialize(SpBuffer &Buf)
  624. {
  625. }
  626. };
  627. struct UIService_HidePersonArea_Info
  628. {
  629. void Serialize(SpBuffer &Buf)
  630. {
  631. }
  632. };
  633. struct UIService_ShowPersonArea_Info
  634. {
  635. void Serialize(SpBuffer &Buf)
  636. {
  637. }
  638. };
  639. struct UIService_VideoAppendWaterMark_Req
  640. {
  641. CSimpleStringW videoName;
  642. CSimpleStringW appendstr;
  643. void Serialize(SpBuffer &Buf)
  644. {
  645. auto & buf = Buf & videoName & appendstr;
  646. }
  647. };
  648. struct UIService_VideoAppendWaterMark_Ans
  649. {
  650. void Serialize(SpBuffer &Buf)
  651. {
  652. }
  653. };
  654. struct UIService_GetLocalAudioVolume_Req
  655. {
  656. void Serialize(SpBuffer &Buf)
  657. {
  658. }
  659. };
  660. struct UIService_GetLocalAudioVolume_Ans
  661. {
  662. int Volume;
  663. void Serialize(SpBuffer &Buf)
  664. {
  665. auto & buf = Buf & Volume;
  666. }
  667. };
  668. struct UIService_SetLocalAudioVolume_Req
  669. {
  670. int Volume;
  671. void Serialize(SpBuffer &Buf)
  672. {
  673. auto & buf = Buf & Volume;
  674. }
  675. };
  676. struct UIService_SetLocalAudioVolume_Ans
  677. {
  678. void Serialize(SpBuffer &Buf)
  679. {
  680. }
  681. };
  682. struct UIService_StartRemoteRecord_Req
  683. {
  684. CSimpleStringW VideoName;
  685. void Serialize(SpBuffer &Buf)
  686. {
  687. auto & buf = Buf & VideoName;
  688. }
  689. };
  690. struct UIService_StartRemoteRecord_Ans
  691. {
  692. unsigned int ErrorCode;
  693. CSimpleStringW ErrorMsg;
  694. void Serialize(SpBuffer &Buf)
  695. {
  696. auto & buf = Buf & ErrorCode & ErrorMsg;
  697. }
  698. };
  699. struct UIService_StopRemoteRecord_Req
  700. {
  701. CSimpleStringW content;
  702. void Serialize(SpBuffer &Buf)
  703. {
  704. auto & buf = Buf & content;
  705. }
  706. };
  707. struct UIService_StopRemoteRecord_Ans
  708. {
  709. void Serialize(SpBuffer &Buf)
  710. {
  711. }
  712. };
  713. struct UIService_StartSalesRecord_Req
  714. {
  715. CSimpleStringW VideoName;
  716. int Type;
  717. CBlob RecognizeContext;
  718. unsigned int ContextLen;
  719. void Serialize(SpBuffer &Buf)
  720. {
  721. auto & buf = Buf & VideoName & Type & RecognizeContext & ContextLen;
  722. }
  723. };
  724. struct UIService_StartSalesRecord_Ans
  725. {
  726. unsigned int ErrorCode;
  727. CSimpleStringW ErrorMsg;
  728. void Serialize(SpBuffer &Buf)
  729. {
  730. auto & buf = Buf & ErrorCode & ErrorMsg;
  731. }
  732. };
  733. struct UIService_StartRecordPreview_Req
  734. {
  735. CSimpleStringW VideoName;
  736. void Serialize(SpBuffer &Buf)
  737. {
  738. auto & buf = Buf & VideoName;
  739. }
  740. };
  741. struct UIService_StartRecordPreview_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_StartSalesVideoRecord_Req
  751. {
  752. CSimpleStringW VideoName;
  753. int Type;
  754. CBlob RecognizeContext;
  755. unsigned int ContextLen;
  756. void Serialize(SpBuffer &Buf)
  757. {
  758. auto & buf = Buf & VideoName & Type & RecognizeContext & ContextLen;
  759. }
  760. };
  761. struct UIService_StartSalesVideoRecord_Ans
  762. {
  763. unsigned int ErrorCode;
  764. CSimpleStringW ErrorMsg;
  765. void Serialize(SpBuffer &Buf)
  766. {
  767. auto & buf = Buf & ErrorCode & ErrorMsg;
  768. }
  769. };
  770. struct UIService_AjustVideoPreviewSize_Req
  771. {
  772. int leftx;
  773. int lefty;
  774. int width;
  775. int height;
  776. void Serialize(SpBuffer &Buf)
  777. {
  778. auto & buf = Buf & leftx & lefty & width & height;
  779. }
  780. };
  781. struct UIService_AjustVideoPreviewSize_Ans
  782. {
  783. unsigned int ErrorCode;
  784. CSimpleStringW ErrorMsg;
  785. void Serialize(SpBuffer &Buf)
  786. {
  787. auto & buf = Buf & ErrorCode & ErrorMsg;
  788. }
  789. };
  790. struct UIService_StopShowVideo_Req
  791. {
  792. CSimpleStringW VideoName;
  793. void Serialize(SpBuffer &Buf)
  794. {
  795. auto & buf = Buf & VideoName;
  796. }
  797. };
  798. struct UIService_StopShowVideo_Ans
  799. {
  800. void Serialize(SpBuffer &Buf)
  801. {
  802. }
  803. };
  804. struct UIService_StartPlaySalesRecord_Req
  805. {
  806. CSimpleStringW VideoName;
  807. int WndX;
  808. int WndY;
  809. int WndWidth;
  810. int WndHeight;
  811. void Serialize(SpBuffer &Buf)
  812. {
  813. auto & buf = Buf & VideoName & WndX & WndY & WndWidth & WndHeight;
  814. }
  815. };
  816. struct UIService_StartPlaySalesRecord_Ans
  817. {
  818. void Serialize(SpBuffer &Buf)
  819. {
  820. }
  821. };
  822. struct UIService_SendH5SyncData_Info
  823. {
  824. CSimpleStringW content;
  825. void Serialize(SpBuffer &Buf)
  826. {
  827. auto & buf = Buf & content;
  828. }
  829. };
  830. struct UIService_GetHandfreeOutVolume_Req
  831. {
  832. void Serialize(SpBuffer &Buf)
  833. {
  834. }
  835. };
  836. struct UIService_GetHandfreeOutVolume_Ans
  837. {
  838. int Volume;
  839. void Serialize(SpBuffer &Buf)
  840. {
  841. auto & buf = Buf & Volume;
  842. }
  843. };
  844. struct UIService_SetHandfreeOutVolume_Req
  845. {
  846. int Volume;
  847. void Serialize(SpBuffer &Buf)
  848. {
  849. auto & buf = Buf & Volume;
  850. }
  851. };
  852. struct UIService_SetHandfreeOutVolume_Ans
  853. {
  854. void Serialize(SpBuffer &Buf)
  855. {
  856. }
  857. };
  858. struct UIService_GetPickupOutVolume_Req
  859. {
  860. void Serialize(SpBuffer &Buf)
  861. {
  862. }
  863. };
  864. struct UIService_GetPickupOutVolume_Ans
  865. {
  866. int Volume;
  867. void Serialize(SpBuffer &Buf)
  868. {
  869. auto & buf = Buf & Volume;
  870. }
  871. };
  872. struct UIService_SetPickupOutVolume_Req
  873. {
  874. int Volume;
  875. void Serialize(SpBuffer &Buf)
  876. {
  877. auto & buf = Buf & Volume;
  878. }
  879. };
  880. struct UIService_SetPickupOutVolume_Ans
  881. {
  882. void Serialize(SpBuffer &Buf)
  883. {
  884. }
  885. };
  886. struct UIService_StartPlayNotice_Req
  887. {
  888. int CfgInx;
  889. int WndX;
  890. int WndY;
  891. int WndWidth;
  892. int WndHeight;
  893. CSimpleStringW VideoName;
  894. void Serialize(SpBuffer &Buf)
  895. {
  896. auto & buf = Buf & CfgInx & WndX & WndY & WndWidth & WndHeight & VideoName;
  897. }
  898. };
  899. struct UIService_StartPlayNotice_Ans
  900. {
  901. unsigned int ErrorCode;
  902. CSimpleStringW ErrorMsg;
  903. void Serialize(SpBuffer &Buf)
  904. {
  905. auto & buf = Buf & ErrorCode & ErrorMsg;
  906. }
  907. };
  908. struct UIService_StopPlayNotice_Req
  909. {
  910. int CfgInx;
  911. void Serialize(SpBuffer &Buf)
  912. {
  913. auto & buf = Buf & CfgInx;
  914. }
  915. };
  916. struct UIService_StopPlayNotice_Ans
  917. {
  918. unsigned int ErrorCode;
  919. CSimpleStringW ErrorMsg;
  920. void Serialize(SpBuffer &Buf)
  921. {
  922. auto & buf = Buf & ErrorCode & ErrorMsg;
  923. }
  924. };
  925. struct UIService_GetRecordMode_Req
  926. {
  927. void Serialize(SpBuffer &Buf)
  928. {
  929. }
  930. };
  931. struct UIService_GetRecordMode_Ans
  932. {
  933. unsigned int RecordMode;
  934. void Serialize(SpBuffer &Buf)
  935. {
  936. auto & buf = Buf & RecordMode;
  937. }
  938. };
  939. struct UIService_StartTransactionRecord_Req
  940. {
  941. CSimpleStringA StrVideoName;
  942. void Serialize(SpBuffer &Buf)
  943. {
  944. auto & buf = Buf & StrVideoName;
  945. }
  946. };
  947. struct UIService_StartTransactionRecord_Ans
  948. {
  949. unsigned int ErrorCode;
  950. CSimpleStringW ErrorMsg;
  951. void Serialize(SpBuffer &Buf)
  952. {
  953. auto & buf = Buf & ErrorCode & ErrorMsg;
  954. }
  955. };
  956. struct UIService_StopTransactionRecord_Req
  957. {
  958. CSimpleStringA StrVideoName;
  959. void Serialize(SpBuffer &Buf)
  960. {
  961. auto & buf = Buf & StrVideoName;
  962. }
  963. };
  964. struct UIService_StopTransactionRecord_Ans
  965. {
  966. void Serialize(SpBuffer &Buf)
  967. {
  968. }
  969. };
  970. struct UIService_GetCallState_Req
  971. {
  972. void Serialize(SpBuffer &Buf)
  973. {
  974. }
  975. };
  976. struct UIService_GetCallState_Ans
  977. {
  978. int iState;
  979. void Serialize(SpBuffer &Buf)
  980. {
  981. auto & buf = Buf & iState;
  982. }
  983. };
  984. struct UIService_HangupCall_Info
  985. {
  986. void Serialize(SpBuffer &Buf)
  987. {
  988. }
  989. };
  990. struct UIService_GetTransactionRecordState_Req
  991. {
  992. void Serialize(SpBuffer &Buf)
  993. {
  994. }
  995. };
  996. struct UIService_GetTransactionRecordState_Ans
  997. {
  998. int iRecordState;
  999. void Serialize(SpBuffer &Buf)
  1000. {
  1001. auto & buf = Buf & iRecordState;
  1002. }
  1003. };
  1004. struct UIService_GetHandfreeInVolume_Req
  1005. {
  1006. void Serialize(SpBuffer &Buf)
  1007. {
  1008. }
  1009. };
  1010. struct UIService_GetHandfreeInVolume_Ans
  1011. {
  1012. int Volume;
  1013. void Serialize(SpBuffer &Buf)
  1014. {
  1015. auto & buf = Buf & Volume;
  1016. }
  1017. };
  1018. struct UIService_SetHandfreeInVolume_Req
  1019. {
  1020. int Volume;
  1021. void Serialize(SpBuffer &Buf)
  1022. {
  1023. auto & buf = Buf & Volume;
  1024. }
  1025. };
  1026. struct UIService_SetHandfreeInVolume_Ans
  1027. {
  1028. void Serialize(SpBuffer &Buf)
  1029. {
  1030. }
  1031. };
  1032. struct UIService_GetPickupInVolume_Req
  1033. {
  1034. void Serialize(SpBuffer &Buf)
  1035. {
  1036. }
  1037. };
  1038. struct UIService_GetPickupInVolume_Ans
  1039. {
  1040. int Volume;
  1041. void Serialize(SpBuffer &Buf)
  1042. {
  1043. auto & buf = Buf & Volume;
  1044. }
  1045. };
  1046. struct UIService_SetPickupInVolume_Req
  1047. {
  1048. int Volume;
  1049. void Serialize(SpBuffer &Buf)
  1050. {
  1051. auto & buf = Buf & Volume;
  1052. }
  1053. };
  1054. struct UIService_SetPickupInVolume_Ans
  1055. {
  1056. void Serialize(SpBuffer &Buf)
  1057. {
  1058. }
  1059. };
  1060. struct UIService_GetAudioInDevices_Req
  1061. {
  1062. void Serialize(SpBuffer &Buf)
  1063. {
  1064. }
  1065. };
  1066. struct UIService_GetAudioInDevices_Ans
  1067. {
  1068. int InCount;
  1069. CSimpleStringA strDevices;
  1070. void Serialize(SpBuffer &Buf)
  1071. {
  1072. auto & buf = Buf & InCount & strDevices;
  1073. }
  1074. };
  1075. struct UIService_GetAudioOutDevices_Req
  1076. {
  1077. void Serialize(SpBuffer &Buf)
  1078. {
  1079. }
  1080. };
  1081. struct UIService_GetAudioOutDevices_Ans
  1082. {
  1083. int OutCount;
  1084. CSimpleStringA strDevices;
  1085. void Serialize(SpBuffer &Buf)
  1086. {
  1087. auto & buf = Buf & OutCount & strDevices;
  1088. }
  1089. };
  1090. struct UIService_GetCameraInfo_Req
  1091. {
  1092. void Serialize(SpBuffer &Buf)
  1093. {
  1094. }
  1095. };
  1096. struct UIService_GetCameraInfo_Ans
  1097. {
  1098. int CameraCount;
  1099. CSimpleStringA strDevices;
  1100. void Serialize(SpBuffer &Buf)
  1101. {
  1102. auto & buf = Buf & CameraCount & strDevices;
  1103. }
  1104. };
  1105. struct UIService_GetMediaDeviceInfo_Req
  1106. {
  1107. void Serialize(SpBuffer &Buf)
  1108. {
  1109. }
  1110. };
  1111. struct UIService_GetMediaDeviceInfo_Ans
  1112. {
  1113. CSimpleStringA HandfreeIn;
  1114. CSimpleStringA HandfreeOut;
  1115. CSimpleStringA PickupIn;
  1116. CSimpleStringA PickupOut;
  1117. CSimpleStringA EnvCamera;
  1118. CSimpleStringA EnvUsbPort;
  1119. CSimpleStringA EnvReserved;
  1120. CSimpleStringA OptCamera;
  1121. CSimpleStringA OptUsbPort;
  1122. CSimpleStringA OptReserved;
  1123. void Serialize(SpBuffer &Buf)
  1124. {
  1125. auto & buf = Buf & HandfreeIn & HandfreeOut & PickupIn & PickupOut & EnvCamera & EnvUsbPort & EnvReserved & OptCamera & OptUsbPort & OptReserved;
  1126. }
  1127. };
  1128. struct UIService_GetPickUpStatus_Req
  1129. {
  1130. void Serialize(SpBuffer &Buf)
  1131. {
  1132. }
  1133. };
  1134. struct UIService_GetPickUpStatus_Ans
  1135. {
  1136. int iStatus;
  1137. void Serialize(SpBuffer &Buf)
  1138. {
  1139. auto & buf = Buf & iStatus;
  1140. }
  1141. };
  1142. struct UIService_GetCameraState_Req
  1143. {
  1144. void Serialize(SpBuffer &Buf)
  1145. {
  1146. }
  1147. };
  1148. struct UIService_GetCameraState_Ans
  1149. {
  1150. CSimpleStringA strCameraState;
  1151. void Serialize(SpBuffer &Buf)
  1152. {
  1153. auto & buf = Buf & strCameraState;
  1154. }
  1155. };
  1156. struct UIService_SetRemoteRecordCamera_Req
  1157. {
  1158. int iCamera;
  1159. void Serialize(SpBuffer &Buf)
  1160. {
  1161. auto & buf = Buf & iCamera;
  1162. }
  1163. };
  1164. struct UIService_SetRemoteRecordCamera_Ans
  1165. {
  1166. void Serialize(SpBuffer &Buf)
  1167. {
  1168. }
  1169. };
  1170. struct UIService_StartCameraCapture_Req
  1171. {
  1172. CSimpleStringA strParam;
  1173. void Serialize(SpBuffer &Buf)
  1174. {
  1175. auto & buf = Buf & strParam;
  1176. }
  1177. };
  1178. struct UIService_StartCameraCapture_Ans
  1179. {
  1180. void Serialize(SpBuffer &Buf)
  1181. {
  1182. }
  1183. };
  1184. struct UIService_StopCameraCapture_Req
  1185. {
  1186. void Serialize(SpBuffer &Buf)
  1187. {
  1188. }
  1189. };
  1190. struct UIService_StopCameraCapture_Ans
  1191. {
  1192. void Serialize(SpBuffer &Buf)
  1193. {
  1194. }
  1195. };
  1196. struct UIService_StartFacetracking_Req
  1197. {
  1198. int env_view_x;
  1199. int env_view_y;
  1200. int env_view_cx;
  1201. int env_view_cy;
  1202. int opt_view_x;
  1203. int opt_view_y;
  1204. int opt_view_cx;
  1205. int opt_view_cy;
  1206. void Serialize(SpBuffer &Buf)
  1207. {
  1208. auto & buf = Buf & env_view_x & env_view_y & env_view_cx & env_view_cy & opt_view_x & opt_view_y & opt_view_cx & opt_view_cy;
  1209. }
  1210. };
  1211. struct UIService_StartFacetracking_Ans
  1212. {
  1213. int result;
  1214. void Serialize(SpBuffer &Buf)
  1215. {
  1216. auto & buf = Buf & result;
  1217. }
  1218. };
  1219. struct UIService_StopFacetracking_Req
  1220. {
  1221. void Serialize(SpBuffer &Buf)
  1222. {
  1223. }
  1224. };
  1225. struct UIService_StopFacetracking_Ans
  1226. {
  1227. int result;
  1228. void Serialize(SpBuffer &Buf)
  1229. {
  1230. auto & buf = Buf & result;
  1231. }
  1232. };
  1233. ///////////////////////////
  1234. } // namespace InteractiveControl
  1235. #endif // __INTERACTIVECONTROL_DEF_G_H