Skip to main content
Home Forums Silverlight Design Video and Media checking video compatibility
1 replies. Latest Post by Maud on August 5, 2009.
(0)
TheRekz
Member
4 points
40 Posts
07-29-2009 11:19 PM |
How can I check if a wmv video is compatible with silverlight from code behind??
Maud
Contributor
3286 points
453 Posts
08-05-2009 3:11 AM |
Hi,
Easiest way is using MediaElement to open media file and capture Exception.
or we could use DShow SDK to check media file header information, then determine if it's compatible with silverlight.
silverlight supported media formats
Thanks,