Lync 2010 SDK VideoWindow [英] Lync 2010 SDK VideoWindow

查看:67
本文介绍了Lync 2010 SDK VideoWindow的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Lync 2010 SDK编写一个应用程序,并使用完整的UI Supression并使用C#。

I am writing an application using the Lync 2010 SDK and in full UI Supression and using C#.

一切正常,除了某些机器,通常是Windows 7,我无法将视频流显示在我指定的所有者中。它不是显示在我指定的控件中,而是显示在其自己的浮动窗口中,其具有标题为
的"活动电影窗口"。我尝试了不同的窗口样式,以不同方式排序,但它仍然会发生。 **运行包含的示例应用程序"AudioVideoConversation"时也会发生这种情况。这也是我得到显示视频
窗口的代码的地方。我只在我的Windows7测试机上看到过这种情况,XP机器总能正常显示在我的面板内。

Everything is working properly except on some machines, usually anything Windows 7, I cannot get the video stream to show in the owner that I specify. Rather than being displayed in the control I specify, it shows in its own floating window that has a title of "Active Movie Window". I tried different window styles ordering the calls differently but it still happens. ** this also happens when running the included sample application "AudioVideoConversation"; this is also where I got the code to display the video window. I have only seen this on my Windows7 test machines, the XP machines always display properly and inside my Panel.

如何让这个视频流始终显示在我指定的控件中?

How can I get this video stream to always display in the control that i specify?

 

以下是代码,直接来自示例应用程序。

Here's the code, straight out of the example application.

         private static void ShowVideo(Panel videoPanel,VideoWindow videoWindow)
        private static void ShowVideo(Panel videoPanel, VideoWindow videoWindow)

推荐答案

正如所讨论的那样
here
,这取决于UAC的设置客户端机器
As discussed here, this is down to the UAC settings on the client machine


这篇关于Lync 2010 SDK VideoWindow的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆