문제

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