简体   繁体   English

lync 2010 api自定义视频编码器/解码器

[英]lync 2010 api custom video encoder/decoder

We are working on Microsoft Lync 2010 API project, and we have already established connection in UISuppressedMode , but we don't want to use lync's video encoder/decoder, instead we want to use our custom video encode/decoder. 我们正在研究Microsoft Lync 2010 API项目,并且已经在UISuppressedMode建立了连接,但是我们不想使用lync的视频编码器/解码器,而是希望使用自定义视频编码器/解码器。

Is there any way to replace Lync's default video encoder/decoder with a custom one? 有什么方法可以用自定义样式替换Lync的默认视频编码器/解码器?

There isn't a way to do this. 没有办法做到这一点。 The Client SDK is essentially just a way of using the Lync client via code, even in UI Suppression Mode (which is why you need to have the client installed, and why it starts it as a process in UI Suppression when you start to use the SDK). 客户端SDK本质上​​只是通过代码使用Lync客户端的一种方式,即使在UI Suppression模式下也是如此(这就是为什么您需要安装客户端,以及为什么当您开始使用客户端SDK时将其作为UI Suppression中的进程启动的原因。 SDK)。

Therefore, you're using the client capabilities for the things you're doing in the SDK. 因此,您将客户端功能用于在SDK中执行的操作。 As I'm sure you are know, the video display is given to you just as a window containing the video: there is no way to interact with it at all, and no way of changing the encoding/decoding. 就像您确定的那样,视频显示只是作为包含视频的窗口提供给您的:根本无法与之交互,也无法更改编码/解码。

(You can't do this in UCMA either: UCMA doesn't support handling video media) (您也不能在UCMA中执行此操作:UCMA不支持处理视频媒体)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM