Silverlight MediaElement 源标题
我正在使用具有以下来源的 MediaElement:
http://origin-community。 Ministryofsound.com/asx/radio/mosRadio.asx
当我用 Windows Media Player 打开它时,我得到一个标题:“Ministry of Sound Radio”,但我已经看到了 MediaElement 属性,但找不到这个标题。
有人能帮我解决这个问题吗?
谢谢
I'm using a MediaElement with this source:
http://origin-community.ministryofsound.com/asx/radio/mosRadio.asx
When I open it with Windows Media Player I get a title: "Ministry of Sound Radio", but I've seen the MediaElement properties and can't find this title.
Can anybody help me with this?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它存储在 MediaElemet 的属性中,这些属性在 MediaOpened 事件及之后可用。查看您提供的源的属性,键名称是“TITLE”。
It's stored in the Attributes of the MediaElemet, which are available in the MediaOpened event and after that. Looking at the attributes for your provided source, the key name is "TITLE".