Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating the video player,in that i need to play the video in full screen mode. I know there is an interface called IVideoWindow which is consisting of put_FullScreenMode() method which is used to display the video in full screen. This is coming under windowed mode. But i am using windowless mode for that this interface was not used. And am rendering the video in Vmr9 i don't know whether this renderer supports fullscreenmode. I know to maximize the panel size to the screen coordinates and then play the video in that to get the look like FullScreenMode, but i don't want to maximize the panel size, rather than doing it, i need to play the video directly onto the full screen like which is done by IVideoWindow::put_FullScreenMode method. Tell me whether i can play the video in fullscreen by using VMR9(Windowless mode) or tell me any other solution to achieve it!.

Filter:
SourceFilter -> VideoDecoder -> VMR9Renderer.

Thanking you,
J.SurjithKumar
Posted
Updated 2-May-13 23:46pm
v9
Comments
Leo Chapiro 19-Apr-13 3:17am    
Have you tried to use IVideoWindow::put_FullScreenMode method (HRESULT put_FullScreenMode(
[in] long FullScreenMode
) ?
J.Surjith Kumar 19-Apr-13 4:40am    
It won't work in the windowless mode right!?
J.Surjith Kumar 19-Apr-13 4:11am    
Ya but am not getting the result. It's returning E_NoInterface.

1 solution

better define width and height of the player window and try..? just a guess pls let me know if this doesnt work lets try with other options also my friend..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900