質問

I am creating a web application using c# silverlight 5 that plays a brief video for the user to view.

What video formats are supported for c# Silverlight. The application will be accessed via Chrome, Firefox, Opera, IE, and Safari.

役に立ちましたか?

解決

Summarized from MSDN article > Supported Media Formats, Protocols, and Log Fields :

MP3, ASF (WMA,WMV), MP4, 3GP, 3GP2

You can find detailed specification of each media format supported by Silverlight version of MediaElement in the link above.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top