سؤال

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