fullscreen mode
Posted: 24 Apr 2006 11:09
Hello,
is there any possibility to detect if the player is running in fullscreen mode?
Thanks.
is there any possibility to detect if the player is running in fullscreen mode?
Thanks.
Discussion and support for VLC media player and friends
http://forum.videolan.org/
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" />
Code: Select all
variant_t temp;
temp = vlcControl->getVariable("fullscreen");