Miroo
Miroo

Reputation: 805

Video information in silverlight

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.

Upvotes: 0

Views: 93

Answers (1)

Jeremiah Morrill
Jeremiah Morrill

Reputation: 4268

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

Upvotes: 1

Related Questions