Now I am trying to playing a video with plugin effect. After I prepare the pipeline, how can I play the video with full screen?? Does any properties I need to set or can I play the video with embedded player for full screen playing??
If you're using Xaml you can play a video in full screen by setting the size and position of the MediaElement to fill the screen. There is an example of this (in C#, not C++, but the concept transfers) in the Basic Media sample. The Media Engine
Playback Sample demonstrates how to display a video full screen with the Media Framework.
If you're using Xaml you can play a video in full screen by setting the size and position of the MediaElement to fill the screen. There is an example of this (in C#, not C++, but the concept transfers) in the Basic Media sample. The Media Engine
Playback Sample demonstrates how to display a video full screen with the Media Framework.