开发者

Video information in silverlight

开发者 https://www.devze.com 2023-01-05 06:05 出处:网络
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.

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消