silverlight 中的视频信息
如何从我在 mediaelement 中播放的视频文件中读取信息(摘要),如名称、海报、专辑等,就像媒体播放器一样。
或者甚至读取文件属性。
How can I read information (the summary) from a video file I am playing in mediaelement like name, poster, album etc. like media player do.
Or even read a file properties.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须为该文件类型编写自己的解析器。如果它是 WMV 文件,则必须解析文件头。 ASF 规范位于此处:http://www.microsoft.com /windows/windowsmedia/forpros/format/asfspec.aspx
You will have to write your own parser for the file type. If it's a WMV file, you would have to parse the file's header. The ASF spec is located here: http://www.microsoft.com/windows/windowsmedia/forpros/format/asfspec.aspx