实例介绍
qt 实现视频会议室 源码编译通过
【实例截图】
【核心代码】
4744302542884533920.rar
└── openmeeting2
├── app_icon.ico
├── AutoUpdate
│ ├── autoupdate.cpp
│ ├── autoupdate.h
│ ├── AutoUpdate.ico
│ ├── autoupdate.qrc
│ ├── AutoUpdate.rc
│ ├── autoupdate.ui
│ ├── AutoUpdate.vcxproj
│ ├── AutoUpdate.vcxproj.filters
│ ├── AutoUpdate.vcxproj.user
│ ├── downloadthread.cpp
│ ├── downloadthread.h
│ └── main.cpp
├── ChatList
│ ├── ChatListModel.cpp
│ ├── ChatListModelDelegate.cpp
│ ├── ChatListModelDelegate.h
│ └── ChatListModel.h
├── common
│ ├── ccommondialog.cpp
│ ├── ccommondialog.h
│ ├── ccommonwidget.cpp
│ ├── ccommonwidget.h
│ ├── OSInfo.cpp
│ └── OSInfo.h
├── DocShare
│ ├── ConvertDocThread.cpp
│ ├── ConvertDocThread.h
│ ├── OcImageLoader.cpp
│ ├── OcImageLoader.h
│ ├── qupfile.cpp
│ ├── qupfile.h
│ ├── SeanPptProgressWdg.cpp
│ ├── SeanPptProgressWdg.h
│ ├── SeanPptProgressWdg.ui
│ ├── SeanTestWdg.cpp
│ ├── SeanTestWdg.h
│ ├── SeanTestWdg.ui
│ ├── ToolBar.cpp
│ ├── ToolBar.h
│ ├── WdgDocShare.cpp
│ └── WdgDocShare.h
├── eventcenter.cpp
├── eventcenter.h
├── LICENSE
├── login
│ ├── MeetingLoadingWidget.cpp
│ ├── MeetingLoadingWidget.h
│ ├── RoomSelectWdg.cpp
│ ├── RoomSelectWdg.h
│ ├── RoomSelectWdg.ui
│ ├── ServerAddressSet.cpp
│ ├── ServerAddressSet.h
│ ├── ServerAddressSet.ui
│ ├── UserLoginWdg.cpp
│ ├── UserLoginWdg.h
│ └── UserLoginWdg.ui
├── main.cpp
├── MeetingFrame
│ ├── Debug
│ │ ├── MeetingFrame.Build.CppClean.log
│ │ └── MeetingFrame.log
│ ├── dllmain.cpp
│ ├── FrameInifile.h
│ ├── MeetingConnImpl.cpp
│ ├── MeetingConnImpl.h
│ ├── MeetingFrame.def
│ ├── MeetingFrameImpl.cpp
│ ├── MeetingFrameImpl.h
│ ├── MeetingFrame.vcxproj
│ ├── MeetingFrame.vcxproj.filters
│ ├── MeetingFrame.vcxproj.user
│ ├── Release
│ │ ├── MeetingFrame.Build.CppClean.log
│ │ └── MeetingFrame.log
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── string_conv.h
│ └── targetver.h
├── Meeting.ico
├── MeetingListModel
│ ├── ButtonDelegate.cpp
│ ├── ButtonDelegate.h
│ ├── MeetingDetailDelegate.cpp
│ ├── MeetingDetailDelegate.h
│ ├── Meetinglistmodel.cpp
│ ├── Meetinglistmodel.h
│ ├── Meetinglistwdg.cpp
│ ├── Meetinglistwdg.h
│ ├── Meetinglistwdg.ui
│ ├── MeetingRoomWordWdg.cpp
│ ├── MeetingRoomWordWdg.h
│ ├── MeetingRoomWordWdg.ui
│ ├── SeanTableViewDelegate.cpp
│ └── SeanTableViewDelegate.h
├── Meeting.rc
├── Meeting.vcxproj
├── Meeting.vcxproj.filters
├── Meeting.vcxproj.user
├── OpenMeeting2.sdf
├── OpenMeeting2.sln
├── OpenMeeting2.v12.suo
├── README.md
├── Resources
│ ├── arrow
│ │ ├── down_style_1_disable.png
│ │ ├── down_style_1.png
│ │ ├── up_style_1_disable.png
│ │ └── up_style_1.png
│ ├── button
│ │ ├── btnClear.png
│ │ ├── btnFont.png
│ │ ├── btnMic.png
│ │ ├── btnPPT.png
│ │ ├── btnSendMsg.png
│ │ ├── btnSmile.png
│ │ ├── btnSoundTip2.png
│ │ ├── btnSoundTip.png
│ │ ├── btnSpeaker.png
│ │ ├── btnSpeakFree.png
│ │ ├── btnST_Hover.png
│ │ ├── btnST.png
│ │ ├── btnTurnLeft2.png
│ │ └── btnTurnLeft.png
│ ├── check
│ │ └── style_1.png
│ ├── Default.qrc
│ ├── gif
│ │ ├── 00389[24x24x8BPP].gif
│ │ ├── 00390[24x24x8BPP].gif
│ │ ├── 00391[24x24x8BPP].gif
│ │ ├── 00392[24x24x8BPP].gif
│ │ ├── 00393[24x24x8BPP].gif
│ │ ├── 00394[24x24x8BPP].gif
│ │ ├── 00395[24x24x8BPP].gif
│ │ ├── 00396[24x24x8BPP].gif
│ │ ├── 00397[24x24x8BPP].gif
│ │ ├── 00398[24x24x8BPP].gif
│ │ ├── 00399[24x24x8BPP].gif
│ │ ├── 00400[24x24x8BPP].gif
│ │ ├── 00401[24x24x8BPP].gif
│ │ ├── 00402[24x24x8BPP].gif
│ │ ├── 00403[24x24x8BPP].gif
│ │ ├── 00404[24x24x8BPP].gif
│ │ ├── 00405[24x24x8BPP].gif
│ │ ├── 00406[24x24x8BPP].gif
│ │ ├── 00407[24x24x8BPP].gif
│ │ ├── 00408[24x24x8BPP].gif
│ │ ├── 00409[24x24x8BPP].gif
│ │ ├── 00410[24x24x8BPP].gif
│ │ ├── 00411[24x24x8BPP].gif
│ │ ├── 00412[24x24x8BPP].gif
│ │ ├── 00413[24x24x8BPP].gif
│ │ ├── 00414[24x24x8BPP].gif
│ │ ├── 00415[24x24x8BPP].gif
│ │ ├── 00416[24x24x8BPP].gif
│ │ ├── 00417[24x24x8BPP].gif
│ │ ├── 00418[24x24x8BPP].gif
│ │ ├── 00419[24x24x8BPP].gif
│ │ ├── 00420[24x24x8BPP].gif
│ │ ├── 00421[24x24x8BPP].gif
│ │ ├── 00422[24x24x8BPP].gif
│ │ ├── 00423[24x24x8BPP].gif
│ │ ├── 00424[24x24x8BPP].gif
│ │ ├── 00425[24x24x8BPP].gif
│ │ ├── 00426[24x24x8BPP].gif
│ │ ├── 00427[24x24x8BPP].gif
│ │ ├── 00428[24x24x8BPP].gif
│ │ ├── 00429[24x24x8BPP].gif
│ │ ├── 00430[24x24x8BPP].gif
│ │ ├── 00431[24x24x8BPP].gif
│ │ ├── 00432[24x24x8BPP].gif
│ │ ├── 00433[24x24x8BPP].gif
│ │ ├── 00434[24x24x8BPP].gif
│ │ ├── 00435[24x24x8BPP].gif
│ │ ├── 00436[24x24x8BPP].gif
│ │ ├── 00437[24x24x8BPP].gif
│ │ ├── 00438[24x24x8BPP].gif
│ │ ├── 00439[24x24x8BPP].gif
│ │ ├── 00440[24x24x8BPP].gif
│ │ ├── 00441[24x24x8BPP].gif
│ │ ├── 00442[24x24x8BPP].gif
│ │ ├── 00443[24x24x8BPP].gif
│ │ ├── 00444[24x24x8BPP].gif
│ │ ├── 00445[24x24x8BPP].gif
│ │ ├── 00446[24x24x8BPP].gif
│ │ ├── 00447[24x24x8BPP].gif
│ │ ├── 00448[24x24x8BPP].gif
│ │ ├── 00449[24x24x8BPP].gif
│ │ ├── 00450[24x24x8BPP].gif
│ │ ├── 00451[24x24x8BPP].gif
│ │ ├── 00452[24x24x8BPP].gif
│ │ ├── 00453[24x24x8BPP].gif
│ │ ├── 00454[24x24x8BPP].gif
│ │ ├── 00455[24x24x8BPP].gif
│ │ ├── 00456[24x24x8BPP].gif
│ │ ├── 00457[24x24x8BPP].gif
│ │ ├── 00458[24x24x8BPP].gif
│ │ ├── 00459[24x24x8BPP].gif
│ │ ├── 00460[24x24x8BPP].gif
│ │ ├── 00461[24x24x8BPP].gif
│ │ ├── 00462[24x24x8BPP].gif
│ │ ├── 00463[24x24x8BPP].gif
│ │ ├── 00464[24x24x8BPP].gif
│ │ ├── 00465[24x24x8BPP].gif
│ │ ├── 00466[24x24x8BPP].gif
│ │ ├── 00467[24x24x8BPP].gif
│ │ ├── 00468[24x24x8BPP].gif
│ │ ├── 00469[24x24x8BPP].gif
│ │ ├── 00470[24x24x8BPP].gif
│ │ ├── 00471[24x24x8BPP].gif
│ │ ├── 00472[24x24x8BPP].gif
│ │ ├── 00473[24x24x8BPP].gif
│ │ ├── 00474[24x24x8BPP].gif
│ │ ├── 00475[24x24x8BPP].gif
│ │ ├── 00476[24x24x8BPP].gif
│ │ ├── 00477[24x24x8BPP].gif
│ │ ├── 00478[24x24x8BPP].gif
│ │ ├── 00479[24x24x8BPP].gif
│ │ ├── 00480[24x24x8BPP].gif
│ │ ├── 00481[24x24x8BPP].gif
│ │ ├── 00482[24x24x8BPP].gif
│ │ ├── 00483[24x24x8BPP].gif
│ │ ├── 00484[24x24x8BPP].gif
│ │ ├── 00485[24x24x8BPP].gif
│ │ ├── 00486[24x24x8BPP].gif
│ │ ├── 00487[24x24x8BPP].gif
│ │ ├── 00488[24x24x8BPP].gif
│ │ ├── 00489[24x24x8BPP].gif
│ │ ├── 00490[24x24x8BPP].gif
│ │ ├── 00491[24x24x8BPP].gif
│ │ ├── 00492[24x24x8BPP].gif
│ │ ├── 00493[24x24x8BPP].gif
│ │ ├── 00494[24x24x8BPP].gif
│ │ ├── 00495[24x24x8BPP].gif
│ │ ├── 00496[24x24x8BPP].gif
│ │ ├── 00497[24x24x8BPP].gif
│ │ ├── 00498[24x24x8BPP].gif
│ │ ├── 00499[24x24x8BPP].gif
│ │ ├── 00500[24x24x8BPP].gif
│ │ ├── 00501[24x24x8BPP].gif
│ │ ├── 00502[24x24x8BPP].gif
│ │ ├── 00503[24x24x8BPP].gif
│ │ ├── 00504[24x24x8BPP].gif
│ │ ├── 00505[24x24x8BPP].gif
│ │ ├── 00506[24x24x8BPP].gif
│ │ ├── 00507[24x24x8BPP].gif
│ │ ├── 00508[24x24x8BPP].gif
│ │ ├── 00509[24x24x8BPP].gif
│ │ ├── 00510[24x24x8BPP].gif
│ │ ├── 00511[24x24x8BPP].gif
│ │ ├── 00512[24x24x8BPP].gif
│ │ ├── 00513[24x24x8BPP].gif
│ │ ├── 00514[24x24x8BPP].gif
│ │ ├── 00515[24x24x8BPP].gif
│ │ ├── 00516[24x24x8BPP].gif
│ │ ├── 00517[24x24x8BPP].gif
│ │ ├── 00518[24x24x8BPP].gif
│ │ ├── 00519[24x24x8BPP].gif
│ │ ├── 00520[24x24x8BPP].gif
│ │ ├── 00521[24x24x8BPP].gif
│ │ ├── 00522[24x24x8BPP].gif
│ │ └── 00523[24x24x8BPP].gif
│ ├── login
│ │ ├── box_style_2.png
│ │ ├── box_style_3.png
│ │ ├── cancelBtnImage.png
│ │ ├── dl_1.png
│ │ ├── down_style_1_disable.png
│ │ ├── down_style_1.png
│ │ ├── DS_Toolbar_Bkg.png
│ │ ├── fa_bg.png
│ │ ├── icon_gb.png
│ │ ├── icon_hdl.png
│ │ ├── icon_hgb1-09.png
│ │ ├── icon_hjr.png
│ │ ├── icon_hsz.png
│ │ ├── list_jr.png
│ │ ├── list_wjr.png
│ │ ├── login_bg1.png
│ │ ├── login_bg2.png
│ │ ├── logo.png
│ │ ├── nav_wxz.png
│ │ ├── nav_xz.png
│ │ ├── Normal_bkg1.png
│ │ ├── strip_style_1.png
│ │ ├── strip_style_2.png
│ │ ├── style_1_disable.png
│ │ ├── style_1_hover.png
│ │ ├── style_1_normal.png
│ │ ├── style_1.png
│ │ ├── sz_1.png
│ │ ├── thumb_style_1.png
│ │ ├── up_style_1_disable.png
│ │ ├── up_style_1.png
│ │ ├── VideoOptimization1.png
│ │ ├── VideoOptimization2.png
│ │ ├── VideoOptimization3.png
│ │ ├── VideoOptimization4.png
│ │ ├── VideoOptimization5.png
│ │ ├── VideoOptimization6.png
│ │ ├── VideoOptimization7.png
│ │ ├── VideoOptimization8.png
│ │ ├── whiteImage.png
│ │ ├── xz_1.png
│ │ └── xz_2.png
│ ├── login.qss
│ ├── qt_zh_CN.qm
│ ├── room
│ │ ├── afsh_1.png
│ │ ├── icon_rom_name.png
│ │ ├── imgSpeakStatus.png
│ │ ├── mic_check.png
│ │ ├── ppt_1h.png
│ │ ├── ppt_1.png
│ │ ├── speaker_check.png
│ │ ├── user_type.png
│ │ ├── wlzl_1.png
│ │ ├── wlzl_2.png
│ │ ├── wlzl_3.png
│ │ ├── wlzl_4.png
│ │ ├── wlzl_5.png
│ │ ├── wlzl_6.png
│ │ ├── xiatai_1.png
│ │ ├── xiatai_h1.png
│ │ ├── zcrkzsh_1.png
│ │ ├── zysh_1h.png
│ │ └── zysh_1.png
│ ├── scroll
│ │ ├── style_1_hover.png
│ │ ├── style_1_normal.png
│ │ └── style_2_hover.png
│ ├── setting
│ │ ├── 00901.png
│ │ ├── 00902.png
│ │ ├── 00903.png
│ │ ├── 00904.png
│ │ ├── 00905.png
│ │ ├── 00906.png
│ │ ├── 00907.png
│ │ ├── 00908.png
│ │ ├── 00909.png
│ │ ├── 00910.png
│ │ ├── 00911.png
│ │ ├── 00912.png
│ │ ├── 00913.png
│ │ ├── 00914.png
│ │ ├── 00915.png
│ │ ├── 00916.png
│ │ ├── 00917.png
│ │ ├── 00999.png
│ │ ├── 01406.png
│ │ ├── 01407.png
│ │ ├── 01408.png
│ │ ├── 01427.png
│ │ ├── 01428.png
│ │ ├── 01429.png
│ │ ├── 01437.png
│ │ ├── 01438.png
│ │ ├── 01439[22x22x8BPP].png
│ │ ├── 01440.png
│ │ ├── 01441.png
│ │ ├── 01442.png
│ │ ├── 01443.png
│ │ ├── 01444.png
│ │ ├── 01445.png
│ │ ├── 01446.png
│ │ ├── 01448.png
│ │ ├── 03502[24x24x8BPP].png
│ │ ├── 03503[24x24x8BPP].png
│ │ ├── 03504[24x24x8BPP].png
│ │ ├── 03505[24x24x8BPP].png
│ │ ├── 03506[24x24x8BPP].png
│ │ ├── 03507[24x24x8BPP].png
│ │ ├── 03508[24x24x8BPP].png
│ │ ├── 03509[24x24x8BPP].png
│ │ ├── 03510[24x24x8BPP].png
│ │ ├── 03511[24x24x8BPP].png
│ │ ├── 03512[24x24x8BPP].png
│ │ ├── 03513[24x24x8BPP].png
│ │ ├── 03514[24x24x8BPP].png
│ │ ├── 03515[24x24x8BPP].png
│ │ ├── 03516[24x24x8BPP].png
│ │ ├── 03517[24x24x8BPP].png
│ │ ├── 03518[24x24x8BPP].png
│ │ ├── 03519[24x24x8BPP].png
│ │ ├── 03520[24x24x8BPP].png
│ │ ├── 03521[24x24x8BPP].png
│ │ ├── 03522[24x24x8BPP].png
│ │ ├── 03523[24x24x8BPP].png
│ │ ├── 03524[24x24x8BPP].png
│ │ ├── 03525[24x24x8BPP].png
│ │ ├── 03526[24x24x8BPP].png
│ │ ├── 03527[24x24x8BPP].png
│ │ ├── 03528[24x24x8BPP].png
│ │ ├── 03529[24x24x8BPP].png
│ │ ├── 03530[24x24x8BPP].png
│ │ ├── 03531[24x24x8BPP].png
│ │ ├── 03532[24x24x8BPP].png
│ │ ├── 03533[24x24x8BPP].png
│ │ ├── 03534[24x24x8BPP].png
│ │ ├── 03535[24x24x8BPP].png
│ │ ├── 03536[24x24x8BPP].png
│ │ ├── 03537[24x24x8BPP].png
│ │ ├── 03538[24x24x8BPP].png
│ │ ├── 03539[24x24x8BPP].png
│ │ ├── 03540[24x24x8BPP].png
│ │ ├── 03541[24x24x8BPP].png
│ │ ├── 03542[24x24x8BPP].png
│ │ ├── 03543[24x24x8BPP].png
│ │ ├── 03544[24x24x8BPP].png
│ │ ├── 03545[24x24x8BPP].png
│ │ ├── 03546[24x24x8BPP].png
│ │ ├── 03547[24x24x8BPP].png
│ │ ├── 03548[24x24x8BPP].png
│ │ ├── 03549[24x24x8BPP].png
│ │ ├── 03550[24x24x8BPP].png
│ │ ├── 03551[24x24x8BPP].png
│ │ ├── 03552[24x24x8BPP].png
│ │ ├── 03553[24x24x8BPP].png
│ │ ├── 03554[24x24x8BPP].png
│ │ ├── 03555[24x24x8BPP].png
│ │ ├── 03556[24x24x8BPP].png
│ │ ├── 03557[24x24x8BPP].png
│ │ ├── 03558[24x24x8BPP].png
│ │ ├── 03559[24x24x8BPP].png
│ │ ├── 03560[24x24x8BPP].png
│ │ ├── 03561[24x24x8BPP].png
│ │ ├── 03562[24x24x8BPP].png
│ │ ├── 03563[24x24x8BPP].png
│ │ ├── 03564[24x24x8BPP].png
│ │ ├── 03565[24x24x8BPP].png
│ │ ├── 03566[24x24x8BPP].png
│ │ ├── 03567[24x24x8BPP].png
│ │ ├── 03568[24x24x8BPP].png
│ │ ├── 03569[24x24x8BPP].png
│ │ ├── 03570[24x24x8BPP].png
│ │ ├── 03571[24x24x8BPP].png
│ │ ├── 03572[24x24x8BPP].png
│ │ ├── 03573[24x24x8BPP].png
│ │ ├── 03574[24x24x8BPP].png
│ │ ├── 03575[24x24x8BPP].png
│ │ ├── 03576[24x24x8BPP].png
│ │ ├── 03577[24x24x8BPP].png
│ │ ├── 03578[24x24x8BPP].png
│ │ ├── 03579[24x24x8BPP].png
│ │ ├── 03580[24x24x8BPP].png
│ │ ├── 03581[24x24x8BPP].png
│ │ ├── 03582[24x24x8BPP].png
│ │ ├── 03583[24x24x8BPP].png
│ │ ├── 03584[24x24x8BPP].png
│ │ ├── 03585[24x24x8BPP].png
│ │ ├── 03586[24x24x8BPP].png
│ │ ├── 03587[24x24x8BPP].png
│ │ ├── 03588[24x24x8BPP].png
│ │ ├── 03589[24x24x8BPP].png
│ │ ├── 03590[24x24x8BPP].png
│ │ ├── 03591[24x24x8BPP].png
│ │ ├── 03592[24x24x8BPP].png
│ │ ├── 03593[24x24x8BPP].png
│ │ ├── 03594[24x24x8BPP].png
│ │ ├── 03595[24x24x8BPP].png
│ │ ├── 03596[24x24x8BPP].png
│ │ ├── 03597[24x24x8BPP].png
│ │ ├── 03598[24x24x8BPP].png
│ │ ├── 03599[24x24x8BPP].png
│ │ ├── 03600[24x24x8BPP].png
│ │ ├── 03601[24x24x8BPP].png
│ │ ├── 03602[24x24x8BPP].png
│ │ ├── 03603[24x24x8BPP].png
│ │ ├── 03604[24x24x8BPP].png
│ │ ├── 03605[24x24x8BPP].png
│ │ ├── 03606[24x24x8BPP].png
│ │ ├── 03607[24x24x8BPP].png
│ │ ├── 03608[24x24x8BPP].png
│ │ ├── 03609[24x24x8BPP].png
│ │ ├── 03610[24x24x8BPP].png
│ │ ├── 03611[24x24x8BPP].png
│ │ ├── 03612[24x24x8BPP].png
│ │ ├── 03613[24x24x8BPP].png
│ │ ├── 03614[24x24x8BPP].png
│ │ ├── 03615[24x24x8BPP].png
│ │ ├── 03616[24x24x8BPP].png
│ │ ├── 03617[24x24x8BPP].png
│ │ ├── 03618[24x24x8BPP].png
│ │ ├── 03619[24x24x8BPP].png
│ │ ├── 03620[24x24x8BPP].png
│ │ ├── 03621[24x24x8BPP].png
│ │ ├── 03622[24x24x8BPP].png
│ │ ├── 03623[24x24x8BPP].png
│ │ ├── 03624[24x24x8BPP].png
│ │ ├── 03625[24x24x8BPP].png
│ │ ├── 03626[24x24x8BPP].png
│ │ ├── 03627[24x24x8BPP].png
│ │ ├── 03628[24x24x8BPP].png
│ │ ├── 03629[24x24x4BPP].png
│ │ ├── 03630[24x24x8BPP].png
│ │ ├── 03631[24x24x8BPP].png
│ │ ├── 03632[24x24x8BPP].png
│ │ ├── 03633[24x24x8BPP].png
│ │ ├── 03634[24x24x8BPP].png
│ │ ├── 03635[24x24x8BPP].png
│ │ ├── 03636[24x24x8BPP].png
│ │ ├── AddTimeWinBtn_normal.png
│ │ ├── bg_list.png
│ │ ├── bg.png
│ │ ├── breath_in.png
│ │ ├── button-down.png
│ │ ├── button-hover.png
│ │ ├── button-normal.png
│ │ ├── closePptBtn.png
│ │ ├── colorImage.png
│ │ ├── faceImage.png
│ │ ├── hoverFace.png
│ │ ├── MoreExpressionShops.png
│ │ ├── normalFace.png
│ │ ├── pptLoadBackLabel.png
│ │ ├── SeanVideoMic.png
│ │ ├── SeanVideoSpk.png
│ │ ├── SeanVideoTestDefalutImage.png
│ │ ├── SeanVideoTestDownBackImage.jpg
│ │ ├── SeanVideoTestMainWindowTitleImage.jpg
│ │ ├── SeanVideoTestUpImage.png
│ │ ├── settingColorImage.png
│ │ ├── style_1.png
│ │ ├── testWdgImage.png
│ │ ├── utsing.png
│ │ ├── warning_orange.png
│ │ └── whiteImage.png
│ ├── setting.qss
│ ├── slider
│ │ ├── strip_style_1.png
│ │ ├── strip_style_2.png
│ │ └── thumb.png
│ ├── style.qss
│ ├── sys_button
│ │ ├── btn_close.png
│ │ ├── btn_max.png
│ │ ├── btn_menu.png
│ │ ├── btn_min.png
│ │ └── btn_restore.png
│ ├── video
│ │ ├── bigVideoBG.png
│ │ ├── BigVideoLogo.png
│ │ ├── fullscreen_16.png
│ │ ├── fullscreen_24_2.png
│ │ ├── fullscreen_24.png
│ │ ├── quit_full_screen.png
│ │ ├── smallVideoBG.png
│ │ ├── smallvideoLogo2.png
│ │ └── smallVideoLogo.png
│ ├── voiceTest
│ │ ├── mic.png
│ │ └── voice.png
│ ├── voiceTestGuide.qss
│ └── window
│ ├── logo.png
│ ├── style_01.png
│ ├── style_02.png
│ ├── style_03.png
│ ├── style_07.png
│ └── style_08.png
├── Room
│ ├── DlgApplyAdmin.cpp
│ ├── DlgApplyAdmin.h
│ ├── DlgApplyAdmin.ui
│ ├── LabelNetInfo.cpp
│ ├── LabelNetInfo.h
│ ├── LeftWdg.cpp
│ ├── LeftWdg.h
│ ├── LeftWdg.ui
│ ├── qupfile.cpp
│ ├── qupfile.h
│ ├── RoomWdg.cpp
│ ├── RoomWdg.h
│ ├── RoomWdg.ui
│ ├── WdgNetInfo.cpp
│ └── WdgNetInfo.h
├── SeanThread
│ ├── SeanThread.cpp
│ └── SeanThread.h
├── Setting
│ ├── AboutWidget.cpp
│ ├── AboutWidget.h
│ ├── AboutWidget.ui
│ ├── AppSetting.cpp
│ ├── AppSetting.h
│ ├── DlgAVSetting.cpp
│ ├── DlgAVSetting.h
│ ├── DlgAVSetting.ui
│ ├── ModifyPassWord.cpp
│ ├── ModifyPassWord.h
│ ├── ModifyPassWord.ui
│ ├── SeanAnimation.cpp
│ ├── SeanAnimation.h
│ ├── SeanAnimation.ui
│ ├── SeanButton.cpp
│ ├── SeanButton.h
│ ├── SeanGifWdg.cpp
│ ├── SeanGifWdg.h
│ └── SeanGifWdg.ui
├── stdafx.h
├── third_party
│ └── Poco
│ ├── AbstractCache.h
│ ├── AbstractDelegate.h
│ ├── AbstractEvent.h
│ ├── AbstractObserver.h
│ ├── AbstractPriorityDelegate.h
│ ├── AbstractStrategy.h
│ ├── AccessExpirationDecorator.h
│ ├── AccessExpireCache.h
│ ├── AccessExpireLRUCache.h
│ ├── AccessExpireStrategy.h
│ ├── ActiveDispatcher.h
│ ├── ActiveMethod.h
│ ├── ActiveResult.h
│ ├── ActiveRunnable.h
│ ├── ActiveStarter.h
│ ├── Activity.h
│ ├── Alignment.h
│ ├── Any.h
│ ├── ArchiveStrategy.h
│ ├── Array.h
│ ├── ASCIIEncoding.h
│ ├── Ascii.h
│ ├── AsyncChannel.h
│ ├── AtomicCounter.h
│ ├── AutoPtr.h
│ ├── AutoReleasePool.h
│ ├── Base32Decoder.h
│ ├── Base32Encoder.h
│ ├── Base64Decoder.h
│ ├── Base64Encoder.h
│ ├── BasicEvent.h
│ ├── BinaryReader.h
│ ├── BinaryWriter.h
│ ├── BufferAllocator.h
│ ├── BufferedBidirectionalStreamBuf.h
│ ├── BufferedStreamBuf.h
│ ├── Buffer.h
│ ├── Bugcheck.h
│ ├── ByteOrder.h
│ ├── Channel.h
│ ├── Checksum.h
│ ├── ClassLibrary.h
│ ├── ClassLoader.h
│ ├── Condition.h
│ ├── Config.h
│ ├── Configurable.h
│ ├── ConsoleChannel.h
│ ├── CountingStream.h
│ ├── DateTimeFormat.h
│ ├── DateTimeFormatter.h
│ ├── DateTime.h
│ ├── DateTimeParser.h
│ ├── Debugger.h
│ ├── DefaultStrategy.h
│ ├── DeflatingStream.h
│ ├── Delegate.h
│ ├── DigestEngine.h
│ ├── DigestStream.h
│ ├── DirectoryIterator.h
│ ├── DirectoryIteratorStrategy.h
│ ├── DirectoryIterator_UNIX.h
│ ├── DirectoryIterator_VMS.h
│ ├── DirectoryIterator_WIN32.h
│ ├── DirectoryIterator_WIN32U.h
│ ├── DirectoryWatcher.h
│ ├── Dynamic
│ │ ├── Pair.h
│ │ ├── Struct.h
│ │ ├── Var.h
│ │ ├── VarHolder.h
│ │ └── VarIterator.h
│ ├── DynamicAny.h
│ ├── DynamicAnyHolder.h
│ ├── DynamicFactory.h
│ ├── DynamicStruct.h
│ ├── Environment.h
│ ├── Environment_UNIX.h
│ ├── Environment_VMS.h
│ ├── Environment_VX.h
│ ├── Environment_WIN32.h
│ ├── Environment_WIN32U.h
│ ├── Environment_WINCE.h
│ ├── Error.h
│ ├── ErrorHandler.h
│ ├── EventArgs.h
│ ├── Event.h
│ ├── EventLogChannel.h
│ ├── Event_POSIX.h
│ ├── Event_VX.h
│ ├── Event_WIN32.h
│ ├── Exception.h
│ ├── ExpirationDecorator.h
│ ├── ExpireCache.h
│ ├── Expire.h
│ ├── ExpireLRUCache.h
│ ├── ExpireStrategy.h
│ ├── FIFOBuffer.h
│ ├── FIFOBufferStream.h
│ ├── FIFOEvent.h
│ ├── FIFOStrategy.h
│ ├── FileChannel.h
│ ├── File.h
│ ├── FileStreamFactory.h
│ ├── FileStream.h
│ ├── FileStream_POSIX.h
│ ├── FileStream_WIN32.h
│ ├── File_UNIX.h
│ ├── File_VMS.h
│ ├── File_VX.h
│ ├── File_WIN32.h
│ ├── File_WIN32U.h
│ ├── File_WINCE.h
│ ├── Format.h
│ ├── Formatter.h
│ ├── FormattingChannel.h
│ ├── Foundation.h
│ ├── FPEnvironment_C99.h
│ ├── FPEnvironment_DEC.h
│ ├── FPEnvironment_DUMMY.h
│ ├── FPEnvironment.h
│ ├── FPEnvironment_SUN.h
│ ├── FPEnvironment_WIN32.h
│ ├── FunctionDelegate.h
│ ├── FunctionPriorityDelegate.h
│ ├── Glob.h
│ ├── HashFunction.h
│ ├── Hash.h
│ ├── HashMap.h
│ ├── HashSet.h
│ ├── HashStatistic.h
│ ├── HashTable.h
│ ├── HexBinaryDecoder.h
│ ├── HexBinaryEncoder.h
│ ├── HMACEngine.h
│ ├── InflatingStream.h
│ ├── Instantiator.h
│ ├── JSON
│ │ ├── Array.h
│ │ ├── Handler.h
│ │ ├── JSONException.h
│ │ ├── JSON.h
│ │ ├── Object.h
│ │ ├── ParseHandler.h
│ │ ├── Parser.h
│ │ ├── PrintHandler.h
│ │ ├── Query.h
│ │ ├── Stringifier.h
│ │ ├── TemplateCache.h
│ │ └── Template.h
│ ├── KeyValueArgs.h
│ ├── Latin1Encoding.h
│ ├── Latin2Encoding.h
│ ├── Latin9Encoding.h
│ ├── LinearHashTable.h
│ ├── LineEndingConverter.h
│ ├── ListMap.h
│ ├── LocalDateTime.h
│ ├── LogFile.h
│ ├── LogFile_STD.h
│ ├── LogFile_VMS.h
│ ├── LogFile_WIN32.h
│ ├── LogFile_WIN32U.h
│ ├── Logger.h
│ ├── LoggingFactory.h
│ ├── LoggingRegistry.h
│ ├── LogStream.h
│ ├── LRUCache.h
│ ├── LRUStrategy.h
│ ├── Manifest.h
│ ├── MD4Engine.h
│ ├── MD5Engine.h
│ ├── MemoryPool.h
│ ├── MemoryStream.h
│ ├── Message.h
│ ├── MetaObject.h
│ ├── MetaProgramming.h
│ ├── Mutex.h
│ ├── Mutex_POSIX.h
│ ├── Mutex_VX.h
│ ├── Mutex_WIN32.h
│ ├── Mutex_WINCE.h
│ ├── NamedEvent_Android.h
│ ├── NamedEvent.h
│ ├── NamedEvent_UNIX.h
│ ├── NamedEvent_VMS.h
│ ├── NamedEvent_WIN32.h
│ ├── NamedEvent_WIN32U.h
│ ├── NamedMutex_Android.h
│ ├── NamedMutex.h
│ ├── NamedMutex_UNIX.h
│ ├── NamedMutex_VMS.h
│ ├── NamedMutex_WIN32.h
│ ├── NamedMutex_WIN32U.h
│ ├── NamedTuple.h
│ ├── NestedDiagnosticContext.h
│ ├── Net
│ │ ├── AbstractHTTPRequestHandler.h
│ │ ├── DatagramSocket.h
│ │ ├── DatagramSocketImpl.h
│ │ ├── DialogSocket.h
│ │ ├── DNS.h
│ │ ├── FilePartSource.h
│ │ ├── FTPClientSession.h
│ │ ├── FTPStreamFactory.h
│ │ ├── HostEntry.h
│ │ ├── HTMLForm.h
│ │ ├── HTTPAuthenticationParams.h
│ │ ├── HTTPBasicCredentials.h
│ │ ├── HTTPBasicStreamBuf.h
│ │ ├── HTTPBufferAllocator.h
│ │ ├── HTTPChunkedStream.h
│ │ ├── HTTPClientSession.h
│ │ ├── HTTPCookie.h
│ │ ├── HTTPCredentials.h
│ │ ├── HTTPDigestCredentials.h
│ │ ├── HTTPFixedLengthStream.h
│ │ ├── HTTPHeaderStream.h
│ │ ├── HTTPIOStream.h
│ │ ├── HTTPMessage.h
│ │ ├── HTTPRequest.h
│ │ ├── HTTPRequestHandlerFactory.h
│ │ ├── HTTPRequestHandler.h
│ │ ├── HTTPResponse.h
│ │ ├── HTTPServerConnectionFactory.h
│ │ ├── HTTPServerConnection.h
│ │ ├── HTTPServer.h
│ │ ├── HTTPServerParams.h
│ │ ├── HTTPServerRequest.h
│ │ ├── HTTPServerRequestImpl.h
│ │ ├── HTTPServerResponse.h
│ │ ├── HTTPServerResponseImpl.h
│ │ ├── HTTPServerSession.h
│ │ ├── HTTPSessionFactory.h
│ │ ├── HTTPSession.h
│ │ ├── HTTPSessionInstantiator.h
│ │ ├── HTTPStreamFactory.h
│ │ ├── HTTPStream.h
│ │ ├── ICMPClient.h
│ │ ├── ICMPEventArgs.h
│ │ ├── ICMPPacket.h
│ │ ├── ICMPPacketImpl.h
│ │ ├── ICMPSocket.h
│ │ ├── ICMPSocketImpl.h
│ │ ├── ICMPv4PacketImpl.h
│ │ ├── IPAddress.h
│ │ ├── IPAddressImpl.h
│ │ ├── MailMessage.h
│ │ ├── MailRecipient.h
│ │ ├── MailStream.h
│ │ ├── MediaType.h
│ │ ├── MessageHeader.h
│ │ ├── MulticastSocket.h
│ │ ├── MultipartReader.h
│ │ ├── MultipartWriter.h
│ │ ├── NameValueCollection.h
│ │ ├── NetException.h
│ │ ├── Net.h
│ │ ├── NetworkInterface.h
│ │ ├── NullPartHandler.h
│ │ ├── ParallelSocketAcceptor.h
│ │ ├── ParallelSocketReactor.h
│ │ ├── PartHandler.h
│ │ ├── PartSource.h
│ │ ├── PartStore.h
│ │ ├── POP3ClientSession.h
│ │ ├── QuotedPrintableDecoder.h
│ │ ├── QuotedPrintableEncoder.h
│ │ ├── RawSocket.h
│ │ ├── RawSocketImpl.h
│ │ ├── RemoteSyslogChannel.h
│ │ ├── RemoteSyslogListener.h
│ │ ├── ServerSocket.h
│ │ ├── ServerSocketImpl.h
│ │ ├── SMTPChannel.h
│ │ ├── SMTPClientSession.h
│ │ ├── SocketAcceptor.h
│ │ ├── SocketAddress.h
│ │ ├── SocketAddressImpl.h
│ │ ├── SocketConnector.h
│ │ ├── SocketDefs.h
│ │ ├── Socket.h
│ │ ├── SocketImpl.h
│ │ ├── SocketNotification.h
│ │ ├── SocketNotifier.h
│ │ ├── SocketReactor.h
│ │ ├── SocketStream.h
│ │ ├── StreamSocket.h
│ │ ├── StreamSocketImpl.h
│ │ ├── StringPartSource.h
│ │ ├── TCPServerConnectionFactory.h
│ │ ├── TCPServerConnection.h
│ │ ├── TCPServerDispatcher.h
│ │ ├── TCPServer.h
│ │ ├── TCPServerParams.h
│ │ ├── WebSocket.h
│ │ └── WebSocketImpl.h
│ ├── NObserver.h
│ ├── NotificationCenter.h
│ ├── Notification.h
│ ├── NotificationQueue.h
│ ├── NotificationStrategy.h
│ ├── Nullable.h
│ ├── NullChannel.h
│ ├── NullStream.h
│ ├── NumberFormatter.h
│ ├── NumberParser.h
│ ├── NumericString.h
│ ├── ObjectPool.h
│ ├── Observer.h
│ ├── OpcomChannel.h
│ ├── Optional.h
│ ├── Path.h
│ ├── Path_UNIX.h
│ ├── Path_VMS.h
│ ├── Path_WIN32.h
│ ├── Path_WIN32U.h
│ ├── Path_WINCE.h
│ ├── PatternFormatter.h
│ ├── Pipe.h
│ ├── PipeImpl_DUMMY.h
│ ├── PipeImpl.h
│ ├── PipeImpl_POSIX.h
│ ├── PipeImpl_WIN32.h
│ ├── PipeStream.h
│ ├── Platform.h
│ ├── Platform_POSIX.h
│ ├── Platform_VMS.h
│ ├── Platform_VX.h
│ ├── Platform_WIN32.h
│ ├── PocoFoundationmdd.lib
│ ├── PocoFoundationmd.lib
│ ├── Poco.h
│ ├── PocoJSONmdd.lib
│ ├── PocoJSONmd.lib
│ ├── PocoNetmdd.lib
│ ├── PocoNetmd.lib
│ ├── PocoUtilmdd.lib
│ ├── PocoUtilmd.lib
│ ├── PriorityDelegate.h
│ ├── PriorityEvent.h
│ ├── PriorityExpire.h
│ ├── PriorityNotificationQueue.h
│ ├── PriorityStrategy.h
│ ├── Process.h
│ ├── Process_UNIX.h
│ ├── Process_VMS.h
│ ├── Process_VX.h
│ ├── Process_WIN32.h
│ ├── Process_WIN32U.h
│ ├── Process_WINCE.h
│ ├── PurgeStrategy.h
│ ├── Random.h
│ ├── RandomStream.h
│ ├── RecursiveDirectoryIterator.h
│ ├── RecursiveDirectoryIteratorImpl.h
│ ├── RefCountedObject.h
│ ├── RegularExpression.h
│ ├── RotateStrategy.h
│ ├── RunnableAdapter.h
│ ├── Runnable.h
│ ├── RWLock_Android.h
│ ├── RWLock.h
│ ├── RWLock_POSIX.h
│ ├── RWLock_VX.h
│ ├── RWLock_WIN32.h
│ ├── RWLock_WINCE.h
│ ├── ScopedLock.h
│ ├── ScopedUnlock.h
│ ├── Semaphore.h
│ ├── Semaphore_POSIX.h
│ ├── Semaphore_VX.h
│ ├── Semaphore_WIN32.h
│ ├── SHA1Engine.h
│ ├── SharedLibrary.h
│ ├── SharedLibrary_HPUX.h
│ ├── SharedLibrary_UNIX.h
│ ├── SharedLibrary_VMS.h
│ ├── SharedLibrary_VX.h
│ ├── SharedLibrary_WIN32.h
│ ├── SharedLibrary_WIN32U.h
│ ├── SharedMemory_DUMMY.h
│ ├── SharedMemory.h
│ ├── SharedMemory_POSIX.h
│ ├── SharedMemory_WIN32.h
│ ├── SharedPtr.h
│ ├── SignalHandler.h
│ ├── SimpleFileChannel.h
│ ├── SimpleHashTable.h
│ ├── SingletonHolder.h
│ ├── SortedDirectoryIterator.h
│ ├── SplitterChannel.h
│ ├── Stopwatch.h
│ ├── StrategyCollection.h
│ ├── StreamChannel.h
│ ├── StreamConverter.h
│ ├── StreamCopier.h
│ ├── StreamTokenizer.h
│ ├── StreamUtil.h
│ ├── String.h
│ ├── StringTokenizer.h
│ ├── SynchronizedObject.h
│ ├── SyslogChannel.h
│ ├── Task.h
│ ├── TaskManager.h
│ ├── TaskNotification.h
│ ├── TeeStream.h
│ ├── TemporaryFile.h
│ ├── TextBufferIterator.h
│ ├── TextConverter.h
│ ├── TextEncoding.h
│ ├── TextIterator.h
│ ├── Thread.h
│ ├── ThreadLocal.h
│ ├── ThreadPool.h
│ ├── Thread_POSIX.h
│ ├── ThreadTarget.h
│ ├── Thread_VX.h
│ ├── Thread_WIN32.h
│ ├── Thread_WINCE.h
│ ├── TimedNotificationQueue.h
│ ├── Timer.h
│ ├── Timespan.h
│ ├── Timestamp.h
│ ├── Timezone.h
│ ├── Token.h
│ ├── Tuple.h
│ ├── TypeList.h
│ ├── Types.h
│ ├── UnbufferedStreamBuf.h
│ ├── UnicodeConverter.h
│ ├── Unicode.h
│ ├── UniqueAccessExpireCache.h
│ ├── UniqueAccessExpireLRUCache.h
│ ├── UniqueAccessExpireStrategy.h
│ ├── UniqueExpireCache.h
│ ├── UniqueExpireLRUCache.h
│ ├── UniqueExpireStrategy.h
│ ├── UnWindows.h
│ ├── URI.h
│ ├── URIStreamFactory.h
│ ├── URIStreamOpener.h
│ ├── UTF16Encoding.h
│ ├── UTF32Encoding.h
│ ├── UTF8Encoding.h
│ ├── UTF8String.h
│ ├── UTFString.h
│ ├── Util
│ │ ├── AbstractConfiguration.h
│ │ ├── Application.h
│ │ ├── ConfigurationMapper.h
│ │ ├── ConfigurationView.h
│ │ ├── FilesystemConfiguration.h
│ │ ├── HelpFormatter.h
│ │ ├── IniFileConfiguration.h
│ │ ├── IntValidator.h
│ │ ├── JSONConfiguration.h
│ │ ├── LayeredConfiguration.h
│ │ ├── LoggingConfigurator.h
│ │ ├── LoggingSubsystem.h
│ │ ├── MapConfiguration.h
│ │ ├── OptionCallback.h
│ │ ├── OptionException.h
│ │ ├── Option.h
│ │ ├── OptionProcessor.h
│ │ ├── OptionSet.h
│ │ ├── PropertyFileConfiguration.h
│ │ ├── RegExpValidator.h
│ │ ├── ServerApplication.h
│ │ ├── Subsystem.h
│ │ ├── SystemConfiguration.h
│ │ ├── Timer.h
│ │ ├── TimerTaskAdapter.h
│ │ ├── TimerTask.h
│ │ ├── Units.h
│ │ ├── Util.h
│ │ ├── Validator.h
│ │ ├── WinRegistryConfiguration.h
│ │ ├── WinRegistryKey.h
│ │ ├── WinService.h
│ │ └── XMLConfiguration.h
│ ├── UUIDGenerator.h
│ ├── UUID.h
│ ├── ValidArgs.h
│ ├── Version.h
│ ├── Void.h
│ ├── Windows1250Encoding.h
│ ├── Windows1251Encoding.h
│ ├── Windows1252Encoding.h
│ ├── WindowsConsoleChannel.h
│ ├── zconf.h
│ └── zlib.h
├── UserList
│ ├── CListItemDelegate.cpp
│ ├── CListItemDelegate.h
│ ├── CListModel.cpp
│ └── CListModel.h
├── UserLoginWdg.ui
├── Video
│ ├── VideoMgr.cpp
│ ├── VideoMgr.h
│ ├── VideoMonitorMgr.cpp
│ ├── VideoMonitorMgr.h
│ ├── VideoWin.cpp
│ └── VideoWin.h
├── VideoMonitor
│ ├── videomonitormain.cpp
│ ├── videomonitormain.h
│ └── videomonitormain.ui
├── video_sdk
│ ├── crash_report
│ │ ├── CrashRpt1402d.dll
│ │ ├── CrashRpt1402.dll
│ │ ├── crashrpt_lang.ini
│ │ ├── CrashSender1402d.exe
│ │ ├── CrashSender1402.exe
│ │ ├── dbghelp.dll
│ │ ├── dummy.ini
│ │ ├── dummy.log
│ │ ├── include
│ │ │ ├── CrashRpt.h
│ │ │ └── CrashRptProbe.h
│ │ ├── lib
│ │ │ ├── CrashRpt1402d.exp
│ │ │ ├── CrashRpt1402d.lib
│ │ │ ├── CrashRpt1402.exp
│ │ │ ├── CrashRpt1402.lib
│ │ │ ├── CrashRptProbe1402d.exp
│ │ │ ├── CrashRptProbe1402d.lib
│ │ │ ├── CrashRptProbe1402.exp
│ │ │ └── CrashRptProbe1402.lib
│ │ ├── mfc100u.dll
│ │ ├── msvcp100.dll
│ │ └── msvcr100.dll
│ ├── dll
│ │ ├── debug
│ │ │ └── ZYMediaFrame.dll
│ │ └── release
│ │ └── ZYMediaFrame.dll
│ ├── inc
│ │ ├── crypt.h
│ │ ├── IMediaStream.h
│ │ ├── IMeetingFrame.h
│ │ ├── ioapi.h
│ │ ├── JlCompress.h
│ │ ├── quaadler32.h
│ │ ├── quachecksum32.h
│ │ ├── quacrc32.h
│ │ ├── quagzipfile.h
│ │ ├── quaziodevice.h
│ │ ├── quazipdir.h
│ │ ├── quazipfile.h
│ │ ├── quazipfileinfo.h
│ │ ├── quazip_global.h
│ │ ├── quazip.h
│ │ ├── quazipnewinfo.h
│ │ ├── typedef.h
│ │ ├── unzip.h
│ │ ├── zconf.h
│ │ ├── zip.h
│ │ ├── zlib.h
│ │ ├── ZYMediaFrame.h
│ │ └── ZYMediaFrame.h.bak
│ └── lib
│ ├── Debug
│ │ ├── quazip.lib
│ │ ├── zdll.lib
│ │ ├── zlib.def
│ │ ├── ZYMediaFrame.exp
│ │ ├── ZYMediaFrame.lib
│ │ ├── ZYMediaStream.exp
│ │ └── ZYMediaStream.lib
│ └── Release
│ ├── quazip.lib
│ ├── zdll.lib
│ ├── zlib.def
│ ├── ZYMediaFrame.exp
│ ├── ZYMediaFrame.lib
│ ├── ZYMediaStream.exp
│ └── ZYMediaStream.lib
├── VoiceTestGuide
│ ├── MicTestWdg.cpp
│ ├── MicTestWdg.h
│ ├── MicTestWdg.ui
│ ├── SeanProgressBar.cpp
│ ├── SeanProgressBar.h
│ ├── SpekerTestWdg.cpp
│ ├── SpekerTestWdg.h
│ ├── SpekerTestWdg.ui
│ ├── VoiceTestWdg.cpp
│ ├── VoiceTestWdg.h
│ ├── VoiceTestWdg.ui
│ └── WaveFile.h
├── Win32
│ ├── Debug
│ │ ├── CrashRpt1402d.dll
│ │ ├── crashrpt_lang.ini
│ │ ├── CrashSender1402d.exe
│ │ ├── dbghelp.dll
│ │ ├── imageformats
│ │ │ ├── qjpeg4.dll
│ │ │ └── qjpegd4.dll
│ │ ├── msvcp100d.dll
│ │ ├── msvcr100d.dll
│ │ ├── QtCored4.dll
│ │ ├── QtGuid4.dll
│ │ ├── QtNetwork4.dll
│ │ ├── QtNetworkd4.dll
│ │ ├── quazip.dll
│ │ ├── test.wav
│ │ ├── zlib1.dll
│ │ ├── ZYMediaFrame.dll
│ │ └── ZYMediaStream.dll
│ └── Release
│ ├── crashdump.dmp
│ ├── CrashRpt1402.dll
│ ├── crashrpt_lang.ini
│ ├── CrashSender1402.exe
│ ├── dbghelp.dll
│ ├── imageformats
│ │ ├── qjpeg4.dll
│ │ └── qjpegd4.dll
│ ├── msvcp100.dll
│ ├── msvcr100.dll
│ ├── msvcrt.dll
│ ├── newmsg.wav
│ ├── OCMeeting.ilk
│ ├── QtCore4.dll
│ ├── QtGui4.dll
│ ├── QtNetwork4.dll
│ ├── quazip.dll
│ ├── test.wav
│ ├── zlib1.dll
│ ├── ZYMediaFrame.dll
│ └── ZYMediaStream.dll
├── 网页集成方式.txt
└── 说明.txt
53 directories, 1189 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论