Page 1 of 1

How to make full screen using libvlc?

Posted: 28 Feb 2011 12:14
by happyboy
HI, I am developing a player using libvlc.
May I ask what function can I use to full screen with double click the player window using libvlc?

Thanks

Re: How to make full screen using libvlc?

Posted: 28 Feb 2011 13:47
by sherington
HI, I am developing a player using libvlc.
May I ask what function can I use to full screen with double click the player window using libvlc?

Thanks
This has been discussed a lot on this forum before.

You use your window toolkit to go full-screen, libvlc does not do it for you (any more).

Re: How to make full screen using libvlc?

Posted: 28 Feb 2011 17:13
by happyboy
HI, I am developing a player using libvlc.
May I ask what function can I use to full screen with double click the player window using libvlc?

Thanks
This has been discussed a lot on this forum before.

You use your window toolkit to go full-screen, libvlc does not do it for you (any more).
Thanks for your reply.
Is it mean that there is no way to develop full screen after double clicked using libvlc?

Re: How to make full screen using libvlc?

Posted: 01 Mar 2011 09:41
by XilasZ
That's what sherington said. You have to handle fullscreen yourself in your app.

Re: How to make full screen using libvlc?

Posted: 01 Mar 2011 15:40
by Rémi Denis-Courmont
LibVLC can go fullscreen on double-click, but only on the condition that you did not embed the video in your own canvas.

Re: How to make full screen using libvlc?

Posted: 01 Mar 2011 19:19
by happyboy
LibVLC can go fullscreen on double-click, but only on the condition that you did not embed the video in your own canvas.
Is it mean that I cannot go fullscreen on double-clikc in my our developed player?

Re: How to make full screen using libvlc?

Posted: 01 Mar 2011 21:03
by Rémi Denis-Courmont
No. It means what I wrote.

Re: How to make full screen using libvlc?

Posted: 23 Mar 2011 09:45
by rpyr
I recommend you to use the windows api "Windows.SetParent"