我可以将 System.IO.Stream 与 A​​ctiveX VLC 控件一起使用吗?

发布于 2024-11-30 23:17:03 字数 261 浏览 0 评论 0原文

我正在考虑使用 VLC 作为我的 WPF 应用程序的 ActiveX 控件,但我不确定它是否接受 System.IO.Stream 对象作为输入参数并能够以这种方式流媒体。我还没有找到任何明确的答案,所以在我真正开始之前,我想确保 VLC 可以做到这一点。

System.Windows.Controls.MediaElement 对我来说是不可能的,因为它只接受 URI 作为源的输入参数。 AxWindowsMediaPlayer 也是如此,我认为它会起作用。

I'm thinking about using VLC as an ActiveX control for my WPF application, but I'm unsure of whether or not it would accept a System.IO.Stream object as an input parameter and be able to stream media that way. I haven't been able to find any definitive answers to this, so before I actually go ahead with this, I'd like to be sure that VLC can do this.

The System.Windows.Controls.MediaElement is out of the question for me since it only accepts URIs as input parameters for the source. The same goes for AxWindowsMediaPlayer, which I thought would work.

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

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

发布评论

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

评论(1

七分※倦醒 2024-12-07 23:17:03

它将无法接受“非原始”类型,例如流。这些是 .Net 类型,在 COM 中没有直接类似的类型。它必须经过明确设计才能通过 COM 互操作处理流。

It will not be able to accept "non-primitive" types such as streams. These are .Net types which haves no direct analogue in COM. It would have to have been explicitly designed to work with streams via COM interop.

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