Hello,
is there any possibility to detect if the player is running in fullscreen mode?
Thanks.
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");
Users browsing this forum: No registered users and 5 guests