camera.pb.go 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: camera.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type CameraListItem struct {
  20. // 通道所属视频设备的sn
  21. VssSn string `protobuf:"bytes,1,opt,name=vss_sn,json=vssSn,proto3" json:"vss_sn"`
  22. // 摄像头所属视频设备的name
  23. VssName string `protobuf:"bytes,2,opt,name=vss_name,json=vssName,proto3" json:"vss_name"`
  24. // 摄像头绑定的设备的sn
  25. DeviceSn string `protobuf:"bytes,3,opt,name=device_sn,json=deviceSn,proto3" json:"device_sn"`
  26. // 摄像头绑定的设备的id
  27. DeviceId int64 `protobuf:"varint,4,opt,name=device_id,json=deviceId,proto3" json:"device_id"`
  28. // 摄像头id
  29. ChannelId int64 `protobuf:"varint,5,opt,name=channel_id,json=channelId,proto3" json:"channel_id"`
  30. // 摄像头所属视频设备的id
  31. VssId int64 `protobuf:"varint,6,opt,name=vss_id,json=vssId,proto3" json:"vss_id"`
  32. // 摄像头通道号
  33. ChannelNo string `protobuf:"bytes,7,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"`
  34. ChannelName string `protobuf:"bytes,8,opt,name=channel_name,json=channelName,proto3" json:"channel_name"`
  35. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  36. XXX_unrecognized []byte `json:"-"`
  37. XXX_sizecache int32 `json:"-"`
  38. }
  39. func (m *CameraListItem) Reset() { *m = CameraListItem{} }
  40. func (m *CameraListItem) String() string { return proto.CompactTextString(m) }
  41. func (*CameraListItem) ProtoMessage() {}
  42. func (*CameraListItem) Descriptor() ([]byte, []int) {
  43. return fileDescriptor_2f444de3b23b55d1, []int{0}
  44. }
  45. func (m *CameraListItem) XXX_Unmarshal(b []byte) error {
  46. return xxx_messageInfo_CameraListItem.Unmarshal(m, b)
  47. }
  48. func (m *CameraListItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  49. return xxx_messageInfo_CameraListItem.Marshal(b, m, deterministic)
  50. }
  51. func (m *CameraListItem) XXX_Merge(src proto.Message) {
  52. xxx_messageInfo_CameraListItem.Merge(m, src)
  53. }
  54. func (m *CameraListItem) XXX_Size() int {
  55. return xxx_messageInfo_CameraListItem.Size(m)
  56. }
  57. func (m *CameraListItem) XXX_DiscardUnknown() {
  58. xxx_messageInfo_CameraListItem.DiscardUnknown(m)
  59. }
  60. var xxx_messageInfo_CameraListItem proto.InternalMessageInfo
  61. func (m *CameraListItem) GetVssSn() string {
  62. if m != nil {
  63. return m.VssSn
  64. }
  65. return ""
  66. }
  67. func (m *CameraListItem) GetVssName() string {
  68. if m != nil {
  69. return m.VssName
  70. }
  71. return ""
  72. }
  73. func (m *CameraListItem) GetDeviceSn() string {
  74. if m != nil {
  75. return m.DeviceSn
  76. }
  77. return ""
  78. }
  79. func (m *CameraListItem) GetDeviceId() int64 {
  80. if m != nil {
  81. return m.DeviceId
  82. }
  83. return 0
  84. }
  85. func (m *CameraListItem) GetChannelId() int64 {
  86. if m != nil {
  87. return m.ChannelId
  88. }
  89. return 0
  90. }
  91. func (m *CameraListItem) GetVssId() int64 {
  92. if m != nil {
  93. return m.VssId
  94. }
  95. return 0
  96. }
  97. func (m *CameraListItem) GetChannelNo() string {
  98. if m != nil {
  99. return m.ChannelNo
  100. }
  101. return ""
  102. }
  103. func (m *CameraListItem) GetChannelName() string {
  104. if m != nil {
  105. return m.ChannelName
  106. }
  107. return ""
  108. }
  109. type CameraListRequest struct {
  110. IsUnused bool `protobuf:"varint,1,opt,name=is_unused,json=isUnused,proto3" json:"is_unused"`
  111. ProjectId int64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  112. DeviceId int64 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id"`
  113. IsAll bool `protobuf:"varint,4,opt,name=is_all,json=isAll,proto3" json:"is_all"`
  114. Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page"`
  115. VssId int64 `protobuf:"varint,6,opt,name=vss_id,json=vssId,proto3" json:"vss_id"`
  116. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  117. XXX_unrecognized []byte `json:"-"`
  118. XXX_sizecache int32 `json:"-"`
  119. }
  120. func (m *CameraListRequest) Reset() { *m = CameraListRequest{} }
  121. func (m *CameraListRequest) String() string { return proto.CompactTextString(m) }
  122. func (*CameraListRequest) ProtoMessage() {}
  123. func (*CameraListRequest) Descriptor() ([]byte, []int) {
  124. return fileDescriptor_2f444de3b23b55d1, []int{1}
  125. }
  126. func (m *CameraListRequest) XXX_Unmarshal(b []byte) error {
  127. return xxx_messageInfo_CameraListRequest.Unmarshal(m, b)
  128. }
  129. func (m *CameraListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  130. return xxx_messageInfo_CameraListRequest.Marshal(b, m, deterministic)
  131. }
  132. func (m *CameraListRequest) XXX_Merge(src proto.Message) {
  133. xxx_messageInfo_CameraListRequest.Merge(m, src)
  134. }
  135. func (m *CameraListRequest) XXX_Size() int {
  136. return xxx_messageInfo_CameraListRequest.Size(m)
  137. }
  138. func (m *CameraListRequest) XXX_DiscardUnknown() {
  139. xxx_messageInfo_CameraListRequest.DiscardUnknown(m)
  140. }
  141. var xxx_messageInfo_CameraListRequest proto.InternalMessageInfo
  142. func (m *CameraListRequest) GetIsUnused() bool {
  143. if m != nil {
  144. return m.IsUnused
  145. }
  146. return false
  147. }
  148. func (m *CameraListRequest) GetProjectId() int64 {
  149. if m != nil {
  150. return m.ProjectId
  151. }
  152. return 0
  153. }
  154. func (m *CameraListRequest) GetDeviceId() int64 {
  155. if m != nil {
  156. return m.DeviceId
  157. }
  158. return 0
  159. }
  160. func (m *CameraListRequest) GetIsAll() bool {
  161. if m != nil {
  162. return m.IsAll
  163. }
  164. return false
  165. }
  166. func (m *CameraListRequest) GetPage() int32 {
  167. if m != nil {
  168. return m.Page
  169. }
  170. return 0
  171. }
  172. func (m *CameraListRequest) GetVssId() int64 {
  173. if m != nil {
  174. return m.VssId
  175. }
  176. return 0
  177. }
  178. type CameraListReply struct {
  179. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  180. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  181. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  182. List []*CameraListItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"`
  183. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  184. XXX_unrecognized []byte `json:"-"`
  185. XXX_sizecache int32 `json:"-"`
  186. }
  187. func (m *CameraListReply) Reset() { *m = CameraListReply{} }
  188. func (m *CameraListReply) String() string { return proto.CompactTextString(m) }
  189. func (*CameraListReply) ProtoMessage() {}
  190. func (*CameraListReply) Descriptor() ([]byte, []int) {
  191. return fileDescriptor_2f444de3b23b55d1, []int{2}
  192. }
  193. func (m *CameraListReply) XXX_Unmarshal(b []byte) error {
  194. return xxx_messageInfo_CameraListReply.Unmarshal(m, b)
  195. }
  196. func (m *CameraListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  197. return xxx_messageInfo_CameraListReply.Marshal(b, m, deterministic)
  198. }
  199. func (m *CameraListReply) XXX_Merge(src proto.Message) {
  200. xxx_messageInfo_CameraListReply.Merge(m, src)
  201. }
  202. func (m *CameraListReply) XXX_Size() int {
  203. return xxx_messageInfo_CameraListReply.Size(m)
  204. }
  205. func (m *CameraListReply) XXX_DiscardUnknown() {
  206. xxx_messageInfo_CameraListReply.DiscardUnknown(m)
  207. }
  208. var xxx_messageInfo_CameraListReply proto.InternalMessageInfo
  209. func (m *CameraListReply) GetTotal() int64 {
  210. if m != nil {
  211. return m.Total
  212. }
  213. return 0
  214. }
  215. func (m *CameraListReply) GetPageSize() int32 {
  216. if m != nil {
  217. return m.PageSize
  218. }
  219. return 0
  220. }
  221. func (m *CameraListReply) GetPage() int32 {
  222. if m != nil {
  223. return m.Page
  224. }
  225. return 0
  226. }
  227. func (m *CameraListReply) GetList() []*CameraListItem {
  228. if m != nil {
  229. return m.List
  230. }
  231. return nil
  232. }
  233. type DeviceBindCameraRequest struct {
  234. DeviceId int64 `protobuf:"varint,1,opt,name=device_id,json=deviceId,proto3" json:"device_id"`
  235. ChannelId int64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id"`
  236. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  237. XXX_unrecognized []byte `json:"-"`
  238. XXX_sizecache int32 `json:"-"`
  239. }
  240. func (m *DeviceBindCameraRequest) Reset() { *m = DeviceBindCameraRequest{} }
  241. func (m *DeviceBindCameraRequest) String() string { return proto.CompactTextString(m) }
  242. func (*DeviceBindCameraRequest) ProtoMessage() {}
  243. func (*DeviceBindCameraRequest) Descriptor() ([]byte, []int) {
  244. return fileDescriptor_2f444de3b23b55d1, []int{3}
  245. }
  246. func (m *DeviceBindCameraRequest) XXX_Unmarshal(b []byte) error {
  247. return xxx_messageInfo_DeviceBindCameraRequest.Unmarshal(m, b)
  248. }
  249. func (m *DeviceBindCameraRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  250. return xxx_messageInfo_DeviceBindCameraRequest.Marshal(b, m, deterministic)
  251. }
  252. func (m *DeviceBindCameraRequest) XXX_Merge(src proto.Message) {
  253. xxx_messageInfo_DeviceBindCameraRequest.Merge(m, src)
  254. }
  255. func (m *DeviceBindCameraRequest) XXX_Size() int {
  256. return xxx_messageInfo_DeviceBindCameraRequest.Size(m)
  257. }
  258. func (m *DeviceBindCameraRequest) XXX_DiscardUnknown() {
  259. xxx_messageInfo_DeviceBindCameraRequest.DiscardUnknown(m)
  260. }
  261. var xxx_messageInfo_DeviceBindCameraRequest proto.InternalMessageInfo
  262. func (m *DeviceBindCameraRequest) GetDeviceId() int64 {
  263. if m != nil {
  264. return m.DeviceId
  265. }
  266. return 0
  267. }
  268. func (m *DeviceBindCameraRequest) GetChannelId() int64 {
  269. if m != nil {
  270. return m.ChannelId
  271. }
  272. return 0
  273. }
  274. type DeviceBindCameraReply struct {
  275. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  276. XXX_unrecognized []byte `json:"-"`
  277. XXX_sizecache int32 `json:"-"`
  278. }
  279. func (m *DeviceBindCameraReply) Reset() { *m = DeviceBindCameraReply{} }
  280. func (m *DeviceBindCameraReply) String() string { return proto.CompactTextString(m) }
  281. func (*DeviceBindCameraReply) ProtoMessage() {}
  282. func (*DeviceBindCameraReply) Descriptor() ([]byte, []int) {
  283. return fileDescriptor_2f444de3b23b55d1, []int{4}
  284. }
  285. func (m *DeviceBindCameraReply) XXX_Unmarshal(b []byte) error {
  286. return xxx_messageInfo_DeviceBindCameraReply.Unmarshal(m, b)
  287. }
  288. func (m *DeviceBindCameraReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  289. return xxx_messageInfo_DeviceBindCameraReply.Marshal(b, m, deterministic)
  290. }
  291. func (m *DeviceBindCameraReply) XXX_Merge(src proto.Message) {
  292. xxx_messageInfo_DeviceBindCameraReply.Merge(m, src)
  293. }
  294. func (m *DeviceBindCameraReply) XXX_Size() int {
  295. return xxx_messageInfo_DeviceBindCameraReply.Size(m)
  296. }
  297. func (m *DeviceBindCameraReply) XXX_DiscardUnknown() {
  298. xxx_messageInfo_DeviceBindCameraReply.DiscardUnknown(m)
  299. }
  300. var xxx_messageInfo_DeviceBindCameraReply proto.InternalMessageInfo
  301. type DeviceUnbindCameraRequest struct {
  302. DeviceId int64 `protobuf:"varint,1,opt,name=device_id,json=deviceId,proto3" json:"device_id"`
  303. ChannelId int64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id"`
  304. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  305. XXX_unrecognized []byte `json:"-"`
  306. XXX_sizecache int32 `json:"-"`
  307. }
  308. func (m *DeviceUnbindCameraRequest) Reset() { *m = DeviceUnbindCameraRequest{} }
  309. func (m *DeviceUnbindCameraRequest) String() string { return proto.CompactTextString(m) }
  310. func (*DeviceUnbindCameraRequest) ProtoMessage() {}
  311. func (*DeviceUnbindCameraRequest) Descriptor() ([]byte, []int) {
  312. return fileDescriptor_2f444de3b23b55d1, []int{5}
  313. }
  314. func (m *DeviceUnbindCameraRequest) XXX_Unmarshal(b []byte) error {
  315. return xxx_messageInfo_DeviceUnbindCameraRequest.Unmarshal(m, b)
  316. }
  317. func (m *DeviceUnbindCameraRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  318. return xxx_messageInfo_DeviceUnbindCameraRequest.Marshal(b, m, deterministic)
  319. }
  320. func (m *DeviceUnbindCameraRequest) XXX_Merge(src proto.Message) {
  321. xxx_messageInfo_DeviceUnbindCameraRequest.Merge(m, src)
  322. }
  323. func (m *DeviceUnbindCameraRequest) XXX_Size() int {
  324. return xxx_messageInfo_DeviceUnbindCameraRequest.Size(m)
  325. }
  326. func (m *DeviceUnbindCameraRequest) XXX_DiscardUnknown() {
  327. xxx_messageInfo_DeviceUnbindCameraRequest.DiscardUnknown(m)
  328. }
  329. var xxx_messageInfo_DeviceUnbindCameraRequest proto.InternalMessageInfo
  330. func (m *DeviceUnbindCameraRequest) GetDeviceId() int64 {
  331. if m != nil {
  332. return m.DeviceId
  333. }
  334. return 0
  335. }
  336. func (m *DeviceUnbindCameraRequest) GetChannelId() int64 {
  337. if m != nil {
  338. return m.ChannelId
  339. }
  340. return 0
  341. }
  342. type DeviceUnbindCameraReply struct {
  343. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  344. XXX_unrecognized []byte `json:"-"`
  345. XXX_sizecache int32 `json:"-"`
  346. }
  347. func (m *DeviceUnbindCameraReply) Reset() { *m = DeviceUnbindCameraReply{} }
  348. func (m *DeviceUnbindCameraReply) String() string { return proto.CompactTextString(m) }
  349. func (*DeviceUnbindCameraReply) ProtoMessage() {}
  350. func (*DeviceUnbindCameraReply) Descriptor() ([]byte, []int) {
  351. return fileDescriptor_2f444de3b23b55d1, []int{6}
  352. }
  353. func (m *DeviceUnbindCameraReply) XXX_Unmarshal(b []byte) error {
  354. return xxx_messageInfo_DeviceUnbindCameraReply.Unmarshal(m, b)
  355. }
  356. func (m *DeviceUnbindCameraReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  357. return xxx_messageInfo_DeviceUnbindCameraReply.Marshal(b, m, deterministic)
  358. }
  359. func (m *DeviceUnbindCameraReply) XXX_Merge(src proto.Message) {
  360. xxx_messageInfo_DeviceUnbindCameraReply.Merge(m, src)
  361. }
  362. func (m *DeviceUnbindCameraReply) XXX_Size() int {
  363. return xxx_messageInfo_DeviceUnbindCameraReply.Size(m)
  364. }
  365. func (m *DeviceUnbindCameraReply) XXX_DiscardUnknown() {
  366. xxx_messageInfo_DeviceUnbindCameraReply.DiscardUnknown(m)
  367. }
  368. var xxx_messageInfo_DeviceUnbindCameraReply proto.InternalMessageInfo
  369. type ChannelListRequest struct {
  370. Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  371. Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
  372. ChannelNo string `protobuf:"bytes,3,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"`
  373. ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  374. PageSise int32 `protobuf:"varint,5,opt,name=page_sise,json=pageSise,proto3" json:"page_sise"`
  375. IsUnbind bool `protobuf:"varint,6,opt,name=is_unbind,json=isUnbind,proto3" json:"is_unbind"`
  376. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  377. XXX_unrecognized []byte `json:"-"`
  378. XXX_sizecache int32 `json:"-"`
  379. }
  380. func (m *ChannelListRequest) Reset() { *m = ChannelListRequest{} }
  381. func (m *ChannelListRequest) String() string { return proto.CompactTextString(m) }
  382. func (*ChannelListRequest) ProtoMessage() {}
  383. func (*ChannelListRequest) Descriptor() ([]byte, []int) {
  384. return fileDescriptor_2f444de3b23b55d1, []int{7}
  385. }
  386. func (m *ChannelListRequest) XXX_Unmarshal(b []byte) error {
  387. return xxx_messageInfo_ChannelListRequest.Unmarshal(m, b)
  388. }
  389. func (m *ChannelListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  390. return xxx_messageInfo_ChannelListRequest.Marshal(b, m, deterministic)
  391. }
  392. func (m *ChannelListRequest) XXX_Merge(src proto.Message) {
  393. xxx_messageInfo_ChannelListRequest.Merge(m, src)
  394. }
  395. func (m *ChannelListRequest) XXX_Size() int {
  396. return xxx_messageInfo_ChannelListRequest.Size(m)
  397. }
  398. func (m *ChannelListRequest) XXX_DiscardUnknown() {
  399. xxx_messageInfo_ChannelListRequest.DiscardUnknown(m)
  400. }
  401. var xxx_messageInfo_ChannelListRequest proto.InternalMessageInfo
  402. func (m *ChannelListRequest) GetPage() int32 {
  403. if m != nil {
  404. return m.Page
  405. }
  406. return 0
  407. }
  408. func (m *ChannelListRequest) GetSn() string {
  409. if m != nil {
  410. return m.Sn
  411. }
  412. return ""
  413. }
  414. func (m *ChannelListRequest) GetChannelNo() string {
  415. if m != nil {
  416. return m.ChannelNo
  417. }
  418. return ""
  419. }
  420. func (m *ChannelListRequest) GetProjectId() int64 {
  421. if m != nil {
  422. return m.ProjectId
  423. }
  424. return 0
  425. }
  426. func (m *ChannelListRequest) GetPageSise() int32 {
  427. if m != nil {
  428. return m.PageSise
  429. }
  430. return 0
  431. }
  432. func (m *ChannelListRequest) GetIsUnbind() bool {
  433. if m != nil {
  434. return m.IsUnbind
  435. }
  436. return false
  437. }
  438. type ChannelItem struct {
  439. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
  440. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  441. ChannelNo string `protobuf:"bytes,3,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"`
  442. State int32 `protobuf:"varint,4,opt,name=state,proto3" json:"state"`
  443. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  444. XXX_unrecognized []byte `json:"-"`
  445. XXX_sizecache int32 `json:"-"`
  446. }
  447. func (m *ChannelItem) Reset() { *m = ChannelItem{} }
  448. func (m *ChannelItem) String() string { return proto.CompactTextString(m) }
  449. func (*ChannelItem) ProtoMessage() {}
  450. func (*ChannelItem) Descriptor() ([]byte, []int) {
  451. return fileDescriptor_2f444de3b23b55d1, []int{8}
  452. }
  453. func (m *ChannelItem) XXX_Unmarshal(b []byte) error {
  454. return xxx_messageInfo_ChannelItem.Unmarshal(m, b)
  455. }
  456. func (m *ChannelItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  457. return xxx_messageInfo_ChannelItem.Marshal(b, m, deterministic)
  458. }
  459. func (m *ChannelItem) XXX_Merge(src proto.Message) {
  460. xxx_messageInfo_ChannelItem.Merge(m, src)
  461. }
  462. func (m *ChannelItem) XXX_Size() int {
  463. return xxx_messageInfo_ChannelItem.Size(m)
  464. }
  465. func (m *ChannelItem) XXX_DiscardUnknown() {
  466. xxx_messageInfo_ChannelItem.DiscardUnknown(m)
  467. }
  468. var xxx_messageInfo_ChannelItem proto.InternalMessageInfo
  469. func (m *ChannelItem) GetName() string {
  470. if m != nil {
  471. return m.Name
  472. }
  473. return ""
  474. }
  475. func (m *ChannelItem) GetId() int64 {
  476. if m != nil {
  477. return m.Id
  478. }
  479. return 0
  480. }
  481. func (m *ChannelItem) GetChannelNo() string {
  482. if m != nil {
  483. return m.ChannelNo
  484. }
  485. return ""
  486. }
  487. func (m *ChannelItem) GetState() int32 {
  488. if m != nil {
  489. return m.State
  490. }
  491. return 0
  492. }
  493. type ChannelListReply struct {
  494. List []*ChannelItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  495. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  496. Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
  497. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  498. HasMore bool `protobuf:"varint,5,opt,name=has_more,json=hasMore,proto3" json:"has_more"`
  499. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  500. XXX_unrecognized []byte `json:"-"`
  501. XXX_sizecache int32 `json:"-"`
  502. }
  503. func (m *ChannelListReply) Reset() { *m = ChannelListReply{} }
  504. func (m *ChannelListReply) String() string { return proto.CompactTextString(m) }
  505. func (*ChannelListReply) ProtoMessage() {}
  506. func (*ChannelListReply) Descriptor() ([]byte, []int) {
  507. return fileDescriptor_2f444de3b23b55d1, []int{9}
  508. }
  509. func (m *ChannelListReply) XXX_Unmarshal(b []byte) error {
  510. return xxx_messageInfo_ChannelListReply.Unmarshal(m, b)
  511. }
  512. func (m *ChannelListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  513. return xxx_messageInfo_ChannelListReply.Marshal(b, m, deterministic)
  514. }
  515. func (m *ChannelListReply) XXX_Merge(src proto.Message) {
  516. xxx_messageInfo_ChannelListReply.Merge(m, src)
  517. }
  518. func (m *ChannelListReply) XXX_Size() int {
  519. return xxx_messageInfo_ChannelListReply.Size(m)
  520. }
  521. func (m *ChannelListReply) XXX_DiscardUnknown() {
  522. xxx_messageInfo_ChannelListReply.DiscardUnknown(m)
  523. }
  524. var xxx_messageInfo_ChannelListReply proto.InternalMessageInfo
  525. func (m *ChannelListReply) GetList() []*ChannelItem {
  526. if m != nil {
  527. return m.List
  528. }
  529. return nil
  530. }
  531. func (m *ChannelListReply) GetPage() int32 {
  532. if m != nil {
  533. return m.Page
  534. }
  535. return 0
  536. }
  537. func (m *ChannelListReply) GetTotal() int64 {
  538. if m != nil {
  539. return m.Total
  540. }
  541. return 0
  542. }
  543. func (m *ChannelListReply) GetPageSize() int32 {
  544. if m != nil {
  545. return m.PageSize
  546. }
  547. return 0
  548. }
  549. func (m *ChannelListReply) GetHasMore() bool {
  550. if m != nil {
  551. return m.HasMore
  552. }
  553. return false
  554. }
  555. type VedioListRequest struct {
  556. ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"`
  557. // 状态过滤 审核状态 0 待审核 1 项目通过 2 项目未通过
  558. StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"`
  559. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  560. ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  561. Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"`
  562. IsAll bool `protobuf:"varint,7,opt,name=is_all,json=isAll,proto3" json:"is_all"`
  563. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  564. XXX_unrecognized []byte `json:"-"`
  565. XXX_sizecache int32 `json:"-"`
  566. }
  567. func (m *VedioListRequest) Reset() { *m = VedioListRequest{} }
  568. func (m *VedioListRequest) String() string { return proto.CompactTextString(m) }
  569. func (*VedioListRequest) ProtoMessage() {}
  570. func (*VedioListRequest) Descriptor() ([]byte, []int) {
  571. return fileDescriptor_2f444de3b23b55d1, []int{10}
  572. }
  573. func (m *VedioListRequest) XXX_Unmarshal(b []byte) error {
  574. return xxx_messageInfo_VedioListRequest.Unmarshal(m, b)
  575. }
  576. func (m *VedioListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  577. return xxx_messageInfo_VedioListRequest.Marshal(b, m, deterministic)
  578. }
  579. func (m *VedioListRequest) XXX_Merge(src proto.Message) {
  580. xxx_messageInfo_VedioListRequest.Merge(m, src)
  581. }
  582. func (m *VedioListRequest) XXX_Size() int {
  583. return xxx_messageInfo_VedioListRequest.Size(m)
  584. }
  585. func (m *VedioListRequest) XXX_DiscardUnknown() {
  586. xxx_messageInfo_VedioListRequest.DiscardUnknown(m)
  587. }
  588. var xxx_messageInfo_VedioListRequest proto.InternalMessageInfo
  589. func (m *VedioListRequest) GetProviderId() int64 {
  590. if m != nil {
  591. return m.ProviderId
  592. }
  593. return 0
  594. }
  595. func (m *VedioListRequest) GetStatusFilters() []int32 {
  596. if m != nil {
  597. return m.StatusFilters
  598. }
  599. return nil
  600. }
  601. func (m *VedioListRequest) GetPage() int32 {
  602. if m != nil {
  603. return m.Page
  604. }
  605. return 0
  606. }
  607. func (m *VedioListRequest) GetProjectId() int64 {
  608. if m != nil {
  609. return m.ProjectId
  610. }
  611. return 0
  612. }
  613. func (m *VedioListRequest) GetFilter() string {
  614. if m != nil {
  615. return m.Filter
  616. }
  617. return ""
  618. }
  619. func (m *VedioListRequest) GetIsAll() bool {
  620. if m != nil {
  621. return m.IsAll
  622. }
  623. return false
  624. }
  625. type VedioItem struct {
  626. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  627. SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  628. // 设备类型编码
  629. TypeCode int32 `protobuf:"varint,3,opt,name=type_code,json=typeCode,proto3" json:"type_code"`
  630. TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name"`
  631. // 申请时间
  632. ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"`
  633. // 审批时间
  634. ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
  635. // 0 待审核 1 项目通过 2 项目不通过
  636. Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"`
  637. ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"`
  638. // 安检备案号
  639. SafetyRecordNo string `protobuf:"bytes,9,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"`
  640. // 0 离线 1 在线
  641. State int32 `protobuf:"varint,10,opt,name=state,proto3" json:"state"`
  642. Sn string `protobuf:"bytes,11,opt,name=sn,proto3" json:"sn"`
  643. Key string `protobuf:"bytes,12,opt,name=key,proto3" json:"key"`
  644. ProviderName string `protobuf:"bytes,13,opt,name=provider_name,json=providerName,proto3" json:"provider_name"`
  645. Name string `protobuf:"bytes,14,opt,name=name,proto3" json:"name"`
  646. Ip string `protobuf:"bytes,15,opt,name=ip,proto3" json:"ip"`
  647. Port int64 `protobuf:"varint,16,opt,name=port,proto3" json:"port"`
  648. MediaTransport string `protobuf:"bytes,17,opt,name=media_transport,json=mediaTransport,proto3" json:"media_transport"`
  649. ChannelCount int32 `protobuf:"varint,18,opt,name=channel_count,json=channelCount,proto3" json:"channel_count"`
  650. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  651. XXX_unrecognized []byte `json:"-"`
  652. XXX_sizecache int32 `json:"-"`
  653. }
  654. func (m *VedioItem) Reset() { *m = VedioItem{} }
  655. func (m *VedioItem) String() string { return proto.CompactTextString(m) }
  656. func (*VedioItem) ProtoMessage() {}
  657. func (*VedioItem) Descriptor() ([]byte, []int) {
  658. return fileDescriptor_2f444de3b23b55d1, []int{11}
  659. }
  660. func (m *VedioItem) XXX_Unmarshal(b []byte) error {
  661. return xxx_messageInfo_VedioItem.Unmarshal(m, b)
  662. }
  663. func (m *VedioItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  664. return xxx_messageInfo_VedioItem.Marshal(b, m, deterministic)
  665. }
  666. func (m *VedioItem) XXX_Merge(src proto.Message) {
  667. xxx_messageInfo_VedioItem.Merge(m, src)
  668. }
  669. func (m *VedioItem) XXX_Size() int {
  670. return xxx_messageInfo_VedioItem.Size(m)
  671. }
  672. func (m *VedioItem) XXX_DiscardUnknown() {
  673. xxx_messageInfo_VedioItem.DiscardUnknown(m)
  674. }
  675. var xxx_messageInfo_VedioItem proto.InternalMessageInfo
  676. func (m *VedioItem) GetId() int64 {
  677. if m != nil {
  678. return m.Id
  679. }
  680. return 0
  681. }
  682. func (m *VedioItem) GetSocialCode() string {
  683. if m != nil {
  684. return m.SocialCode
  685. }
  686. return ""
  687. }
  688. func (m *VedioItem) GetTypeCode() int32 {
  689. if m != nil {
  690. return m.TypeCode
  691. }
  692. return 0
  693. }
  694. func (m *VedioItem) GetTypeName() string {
  695. if m != nil {
  696. return m.TypeName
  697. }
  698. return ""
  699. }
  700. func (m *VedioItem) GetApplyTime() string {
  701. if m != nil {
  702. return m.ApplyTime
  703. }
  704. return ""
  705. }
  706. func (m *VedioItem) GetApproveTime() string {
  707. if m != nil {
  708. return m.ApproveTime
  709. }
  710. return ""
  711. }
  712. func (m *VedioItem) GetStatus() int32 {
  713. if m != nil {
  714. return m.Status
  715. }
  716. return 0
  717. }
  718. func (m *VedioItem) GetProjectName() string {
  719. if m != nil {
  720. return m.ProjectName
  721. }
  722. return ""
  723. }
  724. func (m *VedioItem) GetSafetyRecordNo() string {
  725. if m != nil {
  726. return m.SafetyRecordNo
  727. }
  728. return ""
  729. }
  730. func (m *VedioItem) GetState() int32 {
  731. if m != nil {
  732. return m.State
  733. }
  734. return 0
  735. }
  736. func (m *VedioItem) GetSn() string {
  737. if m != nil {
  738. return m.Sn
  739. }
  740. return ""
  741. }
  742. func (m *VedioItem) GetKey() string {
  743. if m != nil {
  744. return m.Key
  745. }
  746. return ""
  747. }
  748. func (m *VedioItem) GetProviderName() string {
  749. if m != nil {
  750. return m.ProviderName
  751. }
  752. return ""
  753. }
  754. func (m *VedioItem) GetName() string {
  755. if m != nil {
  756. return m.Name
  757. }
  758. return ""
  759. }
  760. func (m *VedioItem) GetIp() string {
  761. if m != nil {
  762. return m.Ip
  763. }
  764. return ""
  765. }
  766. func (m *VedioItem) GetPort() int64 {
  767. if m != nil {
  768. return m.Port
  769. }
  770. return 0
  771. }
  772. func (m *VedioItem) GetMediaTransport() string {
  773. if m != nil {
  774. return m.MediaTransport
  775. }
  776. return ""
  777. }
  778. func (m *VedioItem) GetChannelCount() int32 {
  779. if m != nil {
  780. return m.ChannelCount
  781. }
  782. return 0
  783. }
  784. type VedioListReply struct {
  785. List []*VedioItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  786. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  787. Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
  788. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  789. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  790. XXX_unrecognized []byte `json:"-"`
  791. XXX_sizecache int32 `json:"-"`
  792. }
  793. func (m *VedioListReply) Reset() { *m = VedioListReply{} }
  794. func (m *VedioListReply) String() string { return proto.CompactTextString(m) }
  795. func (*VedioListReply) ProtoMessage() {}
  796. func (*VedioListReply) Descriptor() ([]byte, []int) {
  797. return fileDescriptor_2f444de3b23b55d1, []int{12}
  798. }
  799. func (m *VedioListReply) XXX_Unmarshal(b []byte) error {
  800. return xxx_messageInfo_VedioListReply.Unmarshal(m, b)
  801. }
  802. func (m *VedioListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  803. return xxx_messageInfo_VedioListReply.Marshal(b, m, deterministic)
  804. }
  805. func (m *VedioListReply) XXX_Merge(src proto.Message) {
  806. xxx_messageInfo_VedioListReply.Merge(m, src)
  807. }
  808. func (m *VedioListReply) XXX_Size() int {
  809. return xxx_messageInfo_VedioListReply.Size(m)
  810. }
  811. func (m *VedioListReply) XXX_DiscardUnknown() {
  812. xxx_messageInfo_VedioListReply.DiscardUnknown(m)
  813. }
  814. var xxx_messageInfo_VedioListReply proto.InternalMessageInfo
  815. func (m *VedioListReply) GetList() []*VedioItem {
  816. if m != nil {
  817. return m.List
  818. }
  819. return nil
  820. }
  821. func (m *VedioListReply) GetPage() int32 {
  822. if m != nil {
  823. return m.Page
  824. }
  825. return 0
  826. }
  827. func (m *VedioListReply) GetTotal() int64 {
  828. if m != nil {
  829. return m.Total
  830. }
  831. return 0
  832. }
  833. func (m *VedioListReply) GetPageSize() int32 {
  834. if m != nil {
  835. return m.PageSize
  836. }
  837. return 0
  838. }
  839. type RealPlayRequest struct {
  840. ChannelNo string `protobuf:"bytes,1,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"`
  841. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  842. XXX_unrecognized []byte `json:"-"`
  843. XXX_sizecache int32 `json:"-"`
  844. }
  845. func (m *RealPlayRequest) Reset() { *m = RealPlayRequest{} }
  846. func (m *RealPlayRequest) String() string { return proto.CompactTextString(m) }
  847. func (*RealPlayRequest) ProtoMessage() {}
  848. func (*RealPlayRequest) Descriptor() ([]byte, []int) {
  849. return fileDescriptor_2f444de3b23b55d1, []int{13}
  850. }
  851. func (m *RealPlayRequest) XXX_Unmarshal(b []byte) error {
  852. return xxx_messageInfo_RealPlayRequest.Unmarshal(m, b)
  853. }
  854. func (m *RealPlayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  855. return xxx_messageInfo_RealPlayRequest.Marshal(b, m, deterministic)
  856. }
  857. func (m *RealPlayRequest) XXX_Merge(src proto.Message) {
  858. xxx_messageInfo_RealPlayRequest.Merge(m, src)
  859. }
  860. func (m *RealPlayRequest) XXX_Size() int {
  861. return xxx_messageInfo_RealPlayRequest.Size(m)
  862. }
  863. func (m *RealPlayRequest) XXX_DiscardUnknown() {
  864. xxx_messageInfo_RealPlayRequest.DiscardUnknown(m)
  865. }
  866. var xxx_messageInfo_RealPlayRequest proto.InternalMessageInfo
  867. func (m *RealPlayRequest) GetChannelNo() string {
  868. if m != nil {
  869. return m.ChannelNo
  870. }
  871. return ""
  872. }
  873. type RealPlayReply struct {
  874. Sessionid string `protobuf:"bytes,1,opt,name=sessionid,proto3" json:"sessionid"`
  875. Vediourl string `protobuf:"bytes,2,opt,name=vediourl,proto3" json:"vediourl"`
  876. Rtmpurl string `protobuf:"bytes,3,opt,name=rtmpurl,proto3" json:"rtmpurl"`
  877. Hlsurl string `protobuf:"bytes,4,opt,name=hlsurl,proto3" json:"hlsurl"`
  878. Flvurl string `protobuf:"bytes,5,opt,name=flvurl,proto3" json:"flvurl"`
  879. Rtcurl string `protobuf:"bytes,6,opt,name=rtcurl,proto3" json:"rtcurl"`
  880. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  881. XXX_unrecognized []byte `json:"-"`
  882. XXX_sizecache int32 `json:"-"`
  883. }
  884. func (m *RealPlayReply) Reset() { *m = RealPlayReply{} }
  885. func (m *RealPlayReply) String() string { return proto.CompactTextString(m) }
  886. func (*RealPlayReply) ProtoMessage() {}
  887. func (*RealPlayReply) Descriptor() ([]byte, []int) {
  888. return fileDescriptor_2f444de3b23b55d1, []int{14}
  889. }
  890. func (m *RealPlayReply) XXX_Unmarshal(b []byte) error {
  891. return xxx_messageInfo_RealPlayReply.Unmarshal(m, b)
  892. }
  893. func (m *RealPlayReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  894. return xxx_messageInfo_RealPlayReply.Marshal(b, m, deterministic)
  895. }
  896. func (m *RealPlayReply) XXX_Merge(src proto.Message) {
  897. xxx_messageInfo_RealPlayReply.Merge(m, src)
  898. }
  899. func (m *RealPlayReply) XXX_Size() int {
  900. return xxx_messageInfo_RealPlayReply.Size(m)
  901. }
  902. func (m *RealPlayReply) XXX_DiscardUnknown() {
  903. xxx_messageInfo_RealPlayReply.DiscardUnknown(m)
  904. }
  905. var xxx_messageInfo_RealPlayReply proto.InternalMessageInfo
  906. func (m *RealPlayReply) GetSessionid() string {
  907. if m != nil {
  908. return m.Sessionid
  909. }
  910. return ""
  911. }
  912. func (m *RealPlayReply) GetVediourl() string {
  913. if m != nil {
  914. return m.Vediourl
  915. }
  916. return ""
  917. }
  918. func (m *RealPlayReply) GetRtmpurl() string {
  919. if m != nil {
  920. return m.Rtmpurl
  921. }
  922. return ""
  923. }
  924. func (m *RealPlayReply) GetHlsurl() string {
  925. if m != nil {
  926. return m.Hlsurl
  927. }
  928. return ""
  929. }
  930. func (m *RealPlayReply) GetFlvurl() string {
  931. if m != nil {
  932. return m.Flvurl
  933. }
  934. return ""
  935. }
  936. func (m *RealPlayReply) GetRtcurl() string {
  937. if m != nil {
  938. return m.Rtcurl
  939. }
  940. return ""
  941. }
  942. type PtzRequest struct {
  943. ChannelNo string `protobuf:"bytes,1,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"`
  944. Ptztype string `protobuf:"bytes,2,opt,name=ptztype,proto3" json:"ptztype"`
  945. Ptzparam int32 `protobuf:"varint,3,opt,name=ptzparam,proto3" json:"ptzparam"`
  946. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  947. XXX_unrecognized []byte `json:"-"`
  948. XXX_sizecache int32 `json:"-"`
  949. }
  950. func (m *PtzRequest) Reset() { *m = PtzRequest{} }
  951. func (m *PtzRequest) String() string { return proto.CompactTextString(m) }
  952. func (*PtzRequest) ProtoMessage() {}
  953. func (*PtzRequest) Descriptor() ([]byte, []int) {
  954. return fileDescriptor_2f444de3b23b55d1, []int{15}
  955. }
  956. func (m *PtzRequest) XXX_Unmarshal(b []byte) error {
  957. return xxx_messageInfo_PtzRequest.Unmarshal(m, b)
  958. }
  959. func (m *PtzRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  960. return xxx_messageInfo_PtzRequest.Marshal(b, m, deterministic)
  961. }
  962. func (m *PtzRequest) XXX_Merge(src proto.Message) {
  963. xxx_messageInfo_PtzRequest.Merge(m, src)
  964. }
  965. func (m *PtzRequest) XXX_Size() int {
  966. return xxx_messageInfo_PtzRequest.Size(m)
  967. }
  968. func (m *PtzRequest) XXX_DiscardUnknown() {
  969. xxx_messageInfo_PtzRequest.DiscardUnknown(m)
  970. }
  971. var xxx_messageInfo_PtzRequest proto.InternalMessageInfo
  972. func (m *PtzRequest) GetChannelNo() string {
  973. if m != nil {
  974. return m.ChannelNo
  975. }
  976. return ""
  977. }
  978. func (m *PtzRequest) GetPtztype() string {
  979. if m != nil {
  980. return m.Ptztype
  981. }
  982. return ""
  983. }
  984. func (m *PtzRequest) GetPtzparam() int32 {
  985. if m != nil {
  986. return m.Ptzparam
  987. }
  988. return 0
  989. }
  990. type PtzReply struct {
  991. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  992. XXX_unrecognized []byte `json:"-"`
  993. XXX_sizecache int32 `json:"-"`
  994. }
  995. func (m *PtzReply) Reset() { *m = PtzReply{} }
  996. func (m *PtzReply) String() string { return proto.CompactTextString(m) }
  997. func (*PtzReply) ProtoMessage() {}
  998. func (*PtzReply) Descriptor() ([]byte, []int) {
  999. return fileDescriptor_2f444de3b23b55d1, []int{16}
  1000. }
  1001. func (m *PtzReply) XXX_Unmarshal(b []byte) error {
  1002. return xxx_messageInfo_PtzReply.Unmarshal(m, b)
  1003. }
  1004. func (m *PtzReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1005. return xxx_messageInfo_PtzReply.Marshal(b, m, deterministic)
  1006. }
  1007. func (m *PtzReply) XXX_Merge(src proto.Message) {
  1008. xxx_messageInfo_PtzReply.Merge(m, src)
  1009. }
  1010. func (m *PtzReply) XXX_Size() int {
  1011. return xxx_messageInfo_PtzReply.Size(m)
  1012. }
  1013. func (m *PtzReply) XXX_DiscardUnknown() {
  1014. xxx_messageInfo_PtzReply.DiscardUnknown(m)
  1015. }
  1016. var xxx_messageInfo_PtzReply proto.InternalMessageInfo
  1017. type VedioPingRequest struct {
  1018. Sessionid string `protobuf:"bytes,1,opt,name=sessionid,proto3" json:"sessionid"`
  1019. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1020. XXX_unrecognized []byte `json:"-"`
  1021. XXX_sizecache int32 `json:"-"`
  1022. }
  1023. func (m *VedioPingRequest) Reset() { *m = VedioPingRequest{} }
  1024. func (m *VedioPingRequest) String() string { return proto.CompactTextString(m) }
  1025. func (*VedioPingRequest) ProtoMessage() {}
  1026. func (*VedioPingRequest) Descriptor() ([]byte, []int) {
  1027. return fileDescriptor_2f444de3b23b55d1, []int{17}
  1028. }
  1029. func (m *VedioPingRequest) XXX_Unmarshal(b []byte) error {
  1030. return xxx_messageInfo_VedioPingRequest.Unmarshal(m, b)
  1031. }
  1032. func (m *VedioPingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1033. return xxx_messageInfo_VedioPingRequest.Marshal(b, m, deterministic)
  1034. }
  1035. func (m *VedioPingRequest) XXX_Merge(src proto.Message) {
  1036. xxx_messageInfo_VedioPingRequest.Merge(m, src)
  1037. }
  1038. func (m *VedioPingRequest) XXX_Size() int {
  1039. return xxx_messageInfo_VedioPingRequest.Size(m)
  1040. }
  1041. func (m *VedioPingRequest) XXX_DiscardUnknown() {
  1042. xxx_messageInfo_VedioPingRequest.DiscardUnknown(m)
  1043. }
  1044. var xxx_messageInfo_VedioPingRequest proto.InternalMessageInfo
  1045. func (m *VedioPingRequest) GetSessionid() string {
  1046. if m != nil {
  1047. return m.Sessionid
  1048. }
  1049. return ""
  1050. }
  1051. type VedioPingReply struct {
  1052. Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result"`
  1053. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1054. XXX_unrecognized []byte `json:"-"`
  1055. XXX_sizecache int32 `json:"-"`
  1056. }
  1057. func (m *VedioPingReply) Reset() { *m = VedioPingReply{} }
  1058. func (m *VedioPingReply) String() string { return proto.CompactTextString(m) }
  1059. func (*VedioPingReply) ProtoMessage() {}
  1060. func (*VedioPingReply) Descriptor() ([]byte, []int) {
  1061. return fileDescriptor_2f444de3b23b55d1, []int{18}
  1062. }
  1063. func (m *VedioPingReply) XXX_Unmarshal(b []byte) error {
  1064. return xxx_messageInfo_VedioPingReply.Unmarshal(m, b)
  1065. }
  1066. func (m *VedioPingReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1067. return xxx_messageInfo_VedioPingReply.Marshal(b, m, deterministic)
  1068. }
  1069. func (m *VedioPingReply) XXX_Merge(src proto.Message) {
  1070. xxx_messageInfo_VedioPingReply.Merge(m, src)
  1071. }
  1072. func (m *VedioPingReply) XXX_Size() int {
  1073. return xxx_messageInfo_VedioPingReply.Size(m)
  1074. }
  1075. func (m *VedioPingReply) XXX_DiscardUnknown() {
  1076. xxx_messageInfo_VedioPingReply.DiscardUnknown(m)
  1077. }
  1078. var xxx_messageInfo_VedioPingReply proto.InternalMessageInfo
  1079. func (m *VedioPingReply) GetResult() string {
  1080. if m != nil {
  1081. return m.Result
  1082. }
  1083. return ""
  1084. }
  1085. type ChannelUpdateRequest struct {
  1086. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1087. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  1088. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1089. XXX_unrecognized []byte `json:"-"`
  1090. XXX_sizecache int32 `json:"-"`
  1091. }
  1092. func (m *ChannelUpdateRequest) Reset() { *m = ChannelUpdateRequest{} }
  1093. func (m *ChannelUpdateRequest) String() string { return proto.CompactTextString(m) }
  1094. func (*ChannelUpdateRequest) ProtoMessage() {}
  1095. func (*ChannelUpdateRequest) Descriptor() ([]byte, []int) {
  1096. return fileDescriptor_2f444de3b23b55d1, []int{19}
  1097. }
  1098. func (m *ChannelUpdateRequest) XXX_Unmarshal(b []byte) error {
  1099. return xxx_messageInfo_ChannelUpdateRequest.Unmarshal(m, b)
  1100. }
  1101. func (m *ChannelUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1102. return xxx_messageInfo_ChannelUpdateRequest.Marshal(b, m, deterministic)
  1103. }
  1104. func (m *ChannelUpdateRequest) XXX_Merge(src proto.Message) {
  1105. xxx_messageInfo_ChannelUpdateRequest.Merge(m, src)
  1106. }
  1107. func (m *ChannelUpdateRequest) XXX_Size() int {
  1108. return xxx_messageInfo_ChannelUpdateRequest.Size(m)
  1109. }
  1110. func (m *ChannelUpdateRequest) XXX_DiscardUnknown() {
  1111. xxx_messageInfo_ChannelUpdateRequest.DiscardUnknown(m)
  1112. }
  1113. var xxx_messageInfo_ChannelUpdateRequest proto.InternalMessageInfo
  1114. func (m *ChannelUpdateRequest) GetId() int64 {
  1115. if m != nil {
  1116. return m.Id
  1117. }
  1118. return 0
  1119. }
  1120. func (m *ChannelUpdateRequest) GetName() string {
  1121. if m != nil {
  1122. return m.Name
  1123. }
  1124. return ""
  1125. }
  1126. type ChannelUpdateReply struct {
  1127. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  1128. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1129. XXX_unrecognized []byte `json:"-"`
  1130. XXX_sizecache int32 `json:"-"`
  1131. }
  1132. func (m *ChannelUpdateReply) Reset() { *m = ChannelUpdateReply{} }
  1133. func (m *ChannelUpdateReply) String() string { return proto.CompactTextString(m) }
  1134. func (*ChannelUpdateReply) ProtoMessage() {}
  1135. func (*ChannelUpdateReply) Descriptor() ([]byte, []int) {
  1136. return fileDescriptor_2f444de3b23b55d1, []int{20}
  1137. }
  1138. func (m *ChannelUpdateReply) XXX_Unmarshal(b []byte) error {
  1139. return xxx_messageInfo_ChannelUpdateReply.Unmarshal(m, b)
  1140. }
  1141. func (m *ChannelUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1142. return xxx_messageInfo_ChannelUpdateReply.Marshal(b, m, deterministic)
  1143. }
  1144. func (m *ChannelUpdateReply) XXX_Merge(src proto.Message) {
  1145. xxx_messageInfo_ChannelUpdateReply.Merge(m, src)
  1146. }
  1147. func (m *ChannelUpdateReply) XXX_Size() int {
  1148. return xxx_messageInfo_ChannelUpdateReply.Size(m)
  1149. }
  1150. func (m *ChannelUpdateReply) XXX_DiscardUnknown() {
  1151. xxx_messageInfo_ChannelUpdateReply.DiscardUnknown(m)
  1152. }
  1153. var xxx_messageInfo_ChannelUpdateReply proto.InternalMessageInfo
  1154. func (m *ChannelUpdateReply) GetProjectId() int64 {
  1155. if m != nil {
  1156. return m.ProjectId
  1157. }
  1158. return 0
  1159. }
  1160. func init() {
  1161. proto.RegisterType((*CameraListItem)(nil), "v1.CameraListItem")
  1162. proto.RegisterType((*CameraListRequest)(nil), "v1.CameraListRequest")
  1163. proto.RegisterType((*CameraListReply)(nil), "v1.CameraListReply")
  1164. proto.RegisterType((*DeviceBindCameraRequest)(nil), "v1.DeviceBindCameraRequest")
  1165. proto.RegisterType((*DeviceBindCameraReply)(nil), "v1.DeviceBindCameraReply")
  1166. proto.RegisterType((*DeviceUnbindCameraRequest)(nil), "v1.DeviceUnbindCameraRequest")
  1167. proto.RegisterType((*DeviceUnbindCameraReply)(nil), "v1.DeviceUnbindCameraReply")
  1168. proto.RegisterType((*ChannelListRequest)(nil), "v1.ChannelListRequest")
  1169. proto.RegisterType((*ChannelItem)(nil), "v1.ChannelItem")
  1170. proto.RegisterType((*ChannelListReply)(nil), "v1.ChannelListReply")
  1171. proto.RegisterType((*VedioListRequest)(nil), "v1.VedioListRequest")
  1172. proto.RegisterType((*VedioItem)(nil), "v1.VedioItem")
  1173. proto.RegisterType((*VedioListReply)(nil), "v1.VedioListReply")
  1174. proto.RegisterType((*RealPlayRequest)(nil), "v1.RealPlayRequest")
  1175. proto.RegisterType((*RealPlayReply)(nil), "v1.RealPlayReply")
  1176. proto.RegisterType((*PtzRequest)(nil), "v1.PtzRequest")
  1177. proto.RegisterType((*PtzReply)(nil), "v1.PtzReply")
  1178. proto.RegisterType((*VedioPingRequest)(nil), "v1.VedioPingRequest")
  1179. proto.RegisterType((*VedioPingReply)(nil), "v1.VedioPingReply")
  1180. proto.RegisterType((*ChannelUpdateRequest)(nil), "v1.ChannelUpdateRequest")
  1181. proto.RegisterType((*ChannelUpdateReply)(nil), "v1.ChannelUpdateReply")
  1182. }
  1183. func init() {
  1184. proto.RegisterFile("camera.proto", fileDescriptor_2f444de3b23b55d1)
  1185. }
  1186. var fileDescriptor_2f444de3b23b55d1 = []byte{
  1187. // 1068 bytes of a gzipped FileDescriptorProto
  1188. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcd, 0x6e, 0xdb, 0x46,
  1189. 0x10, 0x06, 0x45, 0x51, 0xa6, 0x46, 0xb6, 0xec, 0x10, 0x71, 0x42, 0xb7, 0x0d, 0xe2, 0xd0, 0x48,
  1190. 0xab, 0x8b, 0x9d, 0xb8, 0xb9, 0xf5, 0xd6, 0xb8, 0x28, 0x60, 0xa0, 0x0d, 0x0c, 0x3a, 0x6e, 0x81,
  1191. 0x5e, 0x88, 0xb5, 0xb8, 0xb6, 0xb7, 0xe5, 0x5f, 0xb9, 0x2b, 0x16, 0xd2, 0x29, 0xaf, 0xd1, 0x67,
  1192. 0x28, 0x50, 0xf4, 0x01, 0xfa, 0x58, 0x7d, 0x80, 0x62, 0x66, 0x77, 0x29, 0x52, 0xcd, 0x4f, 0x0f,
  1193. 0xb9, 0x71, 0xbe, 0xd9, 0xdd, 0xf9, 0x66, 0xe6, 0x9b, 0x91, 0x60, 0x7b, 0xce, 0x72, 0x5e, 0xb3,
  1194. 0x93, 0xaa, 0x2e, 0x55, 0x19, 0x0c, 0x9a, 0xd3, 0xe8, 0x1f, 0x07, 0xa6, 0x67, 0x04, 0x7e, 0x27,
  1195. 0xa4, 0x3a, 0x57, 0x3c, 0x0f, 0xf6, 0x61, 0xd4, 0x48, 0x99, 0xc8, 0x22, 0x74, 0x0e, 0x9d, 0xd9,
  1196. 0x38, 0xf6, 0x1a, 0x29, 0x2f, 0x8b, 0xe0, 0x00, 0x7c, 0x84, 0x0b, 0x96, 0xf3, 0x70, 0x40, 0x8e,
  1197. 0xad, 0x46, 0xca, 0x57, 0x2c, 0xe7, 0xc1, 0xa7, 0x30, 0x4e, 0x79, 0x23, 0xe6, 0x1c, 0x2f, 0xb9,
  1198. 0xe4, 0xf3, 0x35, 0x70, 0x59, 0x74, 0x9c, 0x22, 0x0d, 0x87, 0x87, 0xce, 0xcc, 0xb5, 0xce, 0xf3,
  1199. 0x34, 0x78, 0x04, 0x30, 0xbf, 0x63, 0x45, 0xc1, 0x33, 0xf4, 0x7a, 0xe4, 0x1d, 0x1b, 0xe4, 0x3c,
  1200. 0xb5, 0x54, 0x44, 0x1a, 0x8e, 0xc8, 0x85, 0x54, 0xfa, 0xb7, 0x8a, 0x32, 0xdc, 0xa2, 0x80, 0xf6,
  1201. 0xd6, 0xab, 0x32, 0x78, 0x02, 0xdb, 0xad, 0x1b, 0xd9, 0xfa, 0x74, 0x60, 0x62, 0x0f, 0xb0, 0x9c,
  1202. 0x47, 0x7f, 0x3a, 0x70, 0x6f, 0x9d, 0x76, 0xcc, 0x7f, 0x5d, 0x70, 0xa9, 0x90, 0xaa, 0x90, 0xc9,
  1203. 0xa2, 0x58, 0x48, 0x9e, 0x52, 0xf2, 0x7e, 0xec, 0x0b, 0x79, 0x45, 0x36, 0x06, 0xad, 0xea, 0xf2,
  1204. 0x67, 0x3e, 0x57, 0xc8, 0x67, 0xa0, 0xa9, 0x1a, 0xe4, 0x3c, 0xed, 0xa7, 0xe9, 0x6e, 0xa4, 0xb9,
  1205. 0x0f, 0x23, 0x21, 0x13, 0x96, 0x65, 0x54, 0x00, 0x3f, 0xf6, 0x84, 0xfc, 0x3a, 0xcb, 0x82, 0x00,
  1206. 0x86, 0x15, 0xbb, 0xe5, 0x94, 0xb7, 0x17, 0xd3, 0xf7, 0x3b, 0x52, 0x8e, 0xde, 0x38, 0xb0, 0xdb,
  1207. 0x25, 0x5c, 0x65, 0xcb, 0xe0, 0x3e, 0x78, 0xaa, 0x54, 0x2c, 0x23, 0xaa, 0x6e, 0xac, 0x0d, 0x24,
  1208. 0x82, 0x0f, 0x25, 0x52, 0xac, 0x74, 0xa3, 0xbc, 0xd8, 0x47, 0xe0, 0x52, 0xac, 0x78, 0x1b, 0xd1,
  1209. 0xed, 0x44, 0xfc, 0x1c, 0x86, 0x99, 0x90, 0x2a, 0x1c, 0x1e, 0xba, 0xb3, 0xc9, 0x97, 0xc1, 0x49,
  1210. 0x73, 0x7a, 0xd2, 0x57, 0x44, 0x4c, 0xfe, 0xe8, 0x0a, 0x1e, 0x7e, 0x43, 0x09, 0xbd, 0x14, 0x45,
  1211. 0xaa, 0x4f, 0x74, 0x0a, 0xb7, 0x4e, 0xde, 0x79, 0x6f, 0x8f, 0x07, 0x1b, 0x3d, 0x8e, 0x1e, 0xc2,
  1212. 0xfe, 0x7f, 0x9f, 0xad, 0xb2, 0x65, 0xf4, 0x23, 0x1c, 0x68, 0xc7, 0x55, 0x71, 0xfd, 0x51, 0x23,
  1213. 0x1e, 0xd8, 0x44, 0xfa, 0x0f, 0x63, 0xcc, 0xbf, 0x1c, 0x08, 0xce, 0xf4, 0xc1, 0xae, 0x30, 0x6c,
  1214. 0xd9, 0x9c, 0x4e, 0xd9, 0xa6, 0x30, 0x90, 0x85, 0x99, 0x84, 0x81, 0x2c, 0x36, 0x44, 0xe9, 0x6e,
  1215. 0x8a, 0xb2, 0x2f, 0x9f, 0xe1, 0x5b, 0xe4, 0x63, 0xba, 0x26, 0xad, 0x1e, 0x4c, 0xd7, 0x24, 0x6f,
  1216. 0x75, 0x89, 0x6c, 0x49, 0x16, 0x46, 0x97, 0x68, 0x47, 0x37, 0x30, 0x31, 0x8c, 0x69, 0x7a, 0x03,
  1217. 0x18, 0x92, 0xe8, 0xf5, 0xec, 0xd2, 0x37, 0x52, 0x6d, 0xeb, 0x30, 0x10, 0xe9, 0x87, 0xa8, 0xde,
  1218. 0x07, 0x4f, 0x2a, 0xa6, 0x38, 0xb1, 0xf4, 0x62, 0x6d, 0x44, 0xbf, 0x3b, 0xb0, 0xd7, 0x2b, 0x0d,
  1219. 0x4a, 0xf0, 0xc8, 0x68, 0xc7, 0x21, 0xed, 0xec, 0x92, 0x76, 0xd6, 0x64, 0xb4, 0x70, 0xda, 0xea,
  1220. 0x0d, 0x3a, 0xd5, 0x6b, 0xb5, 0xeb, 0xbe, 0x53, 0xbb, 0xc3, 0x0d, 0xed, 0x1e, 0x80, 0x7f, 0xc7,
  1221. 0x64, 0x92, 0x97, 0xb5, 0xae, 0x90, 0x1f, 0x6f, 0xdd, 0x31, 0xf9, 0x7d, 0x59, 0xf3, 0xe8, 0x6f,
  1222. 0x07, 0xf6, 0x7e, 0xe0, 0xa9, 0x28, 0xbb, 0x4d, 0x7b, 0x0c, 0x93, 0xaa, 0x2e, 0x1b, 0x91, 0xf2,
  1223. 0x7a, 0x2d, 0x12, 0xb0, 0xd0, 0x79, 0x1a, 0x3c, 0x85, 0x29, 0xa6, 0xb6, 0x90, 0xc9, 0x8d, 0xc8,
  1224. 0x14, 0xaf, 0x65, 0x38, 0x38, 0x74, 0x67, 0x5e, 0xbc, 0xa3, 0xd1, 0x6f, 0x35, 0xf8, 0xd6, 0x99,
  1225. 0xf9, 0x40, 0x37, 0x1f, 0xc0, 0x48, 0x3f, 0x49, 0x44, 0xc7, 0xb1, 0xb1, 0x3a, 0x7b, 0x60, 0xab,
  1226. 0xb3, 0x07, 0xa2, 0x37, 0x43, 0x18, 0x13, 0x7d, 0xea, 0xa0, 0xee, 0x96, 0xd3, 0x76, 0xeb, 0x31,
  1227. 0x4c, 0x64, 0x39, 0x17, 0x2c, 0x4b, 0xe6, 0x65, 0x6a, 0x77, 0x2f, 0x68, 0xe8, 0xac, 0x4c, 0x49,
  1228. 0x1e, 0x6a, 0x59, 0x71, 0xed, 0xd6, 0x2c, 0x7d, 0x04, 0x7a, 0x4e, 0x12, 0xc5, 0x50, 0xef, 0x66,
  1229. 0x04, 0x68, 0x71, 0x3f, 0x02, 0x60, 0x55, 0x95, 0x2d, 0x13, 0x25, 0x72, 0x6e, 0xb8, 0x8e, 0x09,
  1230. 0x79, 0x2d, 0x72, 0x8e, 0x8b, 0x94, 0x55, 0x58, 0x30, 0xae, 0x0f, 0x8c, 0xf4, 0x22, 0x35, 0x18,
  1231. 0x1d, 0x79, 0x00, 0x23, 0x5d, 0x2d, 0xca, 0xc8, 0x8b, 0x8d, 0x85, 0x57, 0x6d, 0x81, 0xba, 0x3b,
  1232. 0xd8, 0x60, 0x14, 0x7c, 0x06, 0x7b, 0x92, 0xdd, 0x70, 0xb5, 0x4c, 0x6a, 0x3e, 0x2f, 0xeb, 0x14,
  1233. 0xb5, 0x38, 0xa6, 0x63, 0x53, 0x8d, 0xc7, 0x04, 0x77, 0x05, 0x09, 0x1d, 0x41, 0x9a, 0x01, 0x9c,
  1234. 0xb4, 0x03, 0xb8, 0x07, 0xee, 0x2f, 0x7c, 0x19, 0x6e, 0x13, 0x80, 0x9f, 0xc1, 0x11, 0xec, 0xb4,
  1235. 0x0a, 0x20, 0x16, 0x3b, 0xe4, 0xdb, 0xb6, 0x20, 0xd1, 0xb0, 0x03, 0x33, 0xdd, 0x18, 0x98, 0x2a,
  1236. 0xdc, 0xd5, 0x4f, 0x8b, 0x8a, 0x24, 0x50, 0xd6, 0x2a, 0xdc, 0xa3, 0xa6, 0xd0, 0x77, 0xf0, 0x05,
  1237. 0xec, 0xe6, 0x3c, 0x15, 0x2c, 0x51, 0x35, 0x2b, 0x24, 0xb9, 0xef, 0x69, 0xf6, 0x04, 0xbf, 0xb6,
  1238. 0x28, 0xb2, 0xb0, 0xd3, 0x36, 0x2f, 0x17, 0x85, 0x0a, 0x03, 0xca, 0xc2, 0xfe, 0x46, 0x9d, 0x21,
  1239. 0x16, 0xad, 0x60, 0xda, 0x11, 0x30, 0x8e, 0xd6, 0x93, 0xde, 0x68, 0xed, 0xe0, 0x68, 0xb5, 0x1a,
  1240. 0xf9, 0xa8, 0x83, 0x15, 0x3d, 0x87, 0xdd, 0x98, 0xb3, 0xec, 0x22, 0x63, 0x4b, 0x3b, 0x3b, 0xfd,
  1241. 0x0d, 0xe1, 0x6c, 0x6c, 0x88, 0xe8, 0x0f, 0x07, 0x76, 0xd6, 0x57, 0x90, 0xed, 0x67, 0x30, 0x96,
  1242. 0x5c, 0x4a, 0x51, 0x16, 0x46, 0xbb, 0xe3, 0x78, 0x0d, 0x04, 0x9f, 0x80, 0xdf, 0x20, 0xf7, 0x45,
  1243. 0x9d, 0x19, 0xfd, 0xb6, 0x76, 0x10, 0xc2, 0x56, 0xad, 0xf2, 0x0a, 0x5d, 0x7a, 0x13, 0x59, 0x13,
  1244. 0xb5, 0x75, 0x97, 0x49, 0x74, 0x68, 0xdd, 0x1a, 0x8b, 0xa6, 0x2b, 0x6b, 0x10, 0xb7, 0xd3, 0x45,
  1245. 0x16, 0xe2, 0xb5, 0x9a, 0x23, 0xae, 0x85, 0x6a, 0xac, 0x88, 0x01, 0x5c, 0xa8, 0xd5, 0xff, 0x4b,
  1246. 0x0d, 0xe9, 0x54, 0x6a, 0x85, 0x13, 0x62, 0xff, 0xe5, 0x18, 0x13, 0x93, 0xa8, 0xd4, 0xaa, 0x62,
  1247. 0x35, 0xcb, 0xed, 0x94, 0x59, 0x3b, 0x02, 0xf0, 0x29, 0x04, 0xfe, 0x86, 0x3c, 0x37, 0xbb, 0xe8,
  1248. 0x42, 0x14, 0xb7, 0x36, 0xe8, 0x7b, 0xcb, 0x13, 0xcd, 0x4c, 0xf3, 0xf5, 0x0d, 0x2c, 0x27, 0xa6,
  1249. 0xc2, 0xe5, 0x22, 0x53, 0x86, 0x84, 0xb1, 0xa2, 0xaf, 0xe0, 0xbe, 0xd9, 0xaf, 0x57, 0x55, 0xca,
  1250. 0x14, 0xb7, 0xef, 0x6f, 0xee, 0x0c, 0x2b, 0xea, 0xc1, 0x5a, 0xd4, 0xd1, 0x8b, 0xf6, 0xa7, 0xcd,
  1251. 0xde, 0xc5, 0x48, 0xfd, 0x4d, 0xe6, 0x6c, 0x6c, 0xb2, 0x97, 0x4f, 0x7f, 0x3a, 0x92, 0x39, 0xab,
  1252. 0xd5, 0xb1, 0x14, 0x8a, 0x1f, 0xe7, 0xac, 0x60, 0xb7, 0x3c, 0xe7, 0x85, 0x3a, 0xbe, 0x65, 0x8a,
  1253. 0xff, 0xc6, 0x96, 0xcf, 0xaa, 0xeb, 0x67, 0xcd, 0xe9, 0xf5, 0x88, 0xfe, 0x51, 0xbe, 0xf8, 0x37,
  1254. 0x00, 0x00, 0xff, 0xff, 0x3d, 0x50, 0x77, 0x1a, 0x61, 0x0a, 0x00, 0x00,
  1255. }