fullscreen mode

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
MarcScherer
New Cone
New Cone
Posts: 8
Joined: 25 Feb 2005 14:52

fullscreen mode

Postby MarcScherer » 24 Apr 2006 11:09

Hello,

is there any possibility to detect if the player is running in fullscreen mode?

Thanks.

Albert
Cone that earned his stripes
Cone that earned his stripes
Posts: 102
Joined: 15 Mar 2006 08:17

fullscreen

Postby Albert » 24 Apr 2006 13:29

Hello,
I suppose yes - thanks rpn functions. See http interface files...

Code: Select all

<!-- misc commands --> <vlc id="if" param1="command value 'fullscreen' strcmp 0 =" /> <vlc id="if" param1="'VLC_OBJECT_VOUT' vlc_object_exists" /> <vlc id="rpn" param1="'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_get ! 'fullscreen' 'VLC_OBJECT_VOUT' vlc_var_set" /> <vlc id="end" />
Albert

MarcScherer
New Cone
New Cone
Posts: 8
Joined: 25 Feb 2005 14:52

Postby MarcScherer » 24 Apr 2006 14:08

thanks for your reply.

i try the following code in C++:

Code: Select all

variant_t temp; temp = vlcControl->getVariable("fullscreen");
When I run this, I get an COleDispatch Exception, so I think the variable "fullscreen" is unknown.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 3 guests