访问 MediaElement 自定义源
我目前正在将 MediaElement 与派生自 MediaStreamSource 的自定义源一起使用。我是否可以从 MediaElement 访问该对象?有一个 Source 成员,但它只是一个 URI。
I am currently using the MediaElement with a custom source that is derived from MediaStreamSource. Is there anyway I can gain access to this object from the MediaElement? There is a Source member but it is just a URI.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是更新
我发现做到这一点的唯一方法就是保留源代码。这样您以后就可以使用它。
Just an update
The only way I found to do this was to just keep the source around. This way you can get to it later.