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
精彩评论