Windows Media Services 2008 编程

发布于 2024-08-03 14:04:17 字数 242 浏览 1 评论 0原文

我正在研究 Windows Media Services 2008 的开发。我已经能够使用 Win 2008 中的服务器管理器对其进行设置并创建发布点。但我真正想做的是以编程方式执行此操作。

我目前正在下载 Windows 2008 SDK,因为它应该支持媒体服务编程。我想知道的是
- 你们中有人以前做过吗?
- 我应该面临哪些挑战?
- SDK 是否有媒体服务的托管代码?

谢谢大家!

乌奇萨。

I'm looking in to Windows Media Services 2008 development. I've been able to set it up and create a publish point using Server Manager in Win 2008. But what I really want to do is to do this programatically.

I'm currently downloading windows 2008 SDK since it should have support for media services programming. What I want to know is
- Whether any of you had done this before?
- What are the challenges I should expect?
- Will the SDK have manged code for media services?

Thanks All!

Uchitha.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十雾 2024-08-10 14:04:17

我已经找到了有关托管代码的问题第 3 部分的答案。

是的,WindowsSDK 确实为 Window Media Services 提供了 Com 包装器(主互操作程序集)。包装器的父对象是“WMSServerObject”。 SDK 文档提供了足够的材料来帮助我继续。

这是 Windows SDK 帮助链接。

'ms-help://MS.MSSDK.1033/MS.WinSDK.1033/wmsrvsdk/htm/sdkarchitecture.htm'

I have found the answer to part 3 of my question on managed code.

Yes WindowsSDK does provide a Com wrapper (Primary Interop Assembly) to Window Media Services. The parent object of the wrapper is 'WMSServerObject'. The SDK documentation provides enough material to get me going.

Here's the Windows SDK help link.

'ms-help://MS.MSSDK.1033/MS.WinSDK.1033/wmsrvsdk/htm/sdkarchitecture.htm'

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文