質問

What's the proper way to display video in WinRT? I'm receiving video over RTP and I need to display video to some component or surface. I can decode and/or convert video to YUV or any RGB format myself, I simply want to know what component I should use for video display.

役に立ちましたか?

解決

You can use MediaElement to play the video. Check out MSDN sample for playing media.

For Windows 8.1

For Windows 8

If you want full fledged media player then check out Player Framework: an open source component of the Microsoft Media Platform

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