Home
last modified time | relevance | path

Searched refs:hasVout (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/commands/
H A Dcmd_fullscreen.cpp34 bool hasVout = false; in execute() local
43 hasVout = true; in execute()
47 if( hasVout ) in execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/vlc/inc/wrapper/
H A DPlayer.hxx56 bool hasVout() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/vlc/
H A Dvlcframegrabber.cxx90 if ( !mPlayer.hasVout() ) in grabFrame()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dvout_manager.hpp148 bool hasVout() { return ( m_SavedWndVec.size() != 0 ) ; } in hasVout() function in VoutManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/vlc/wrapper/
H A DPlayer.cxx239 bool Player::hasVout() const in hasVout() function in avmedia::vlc::wrapper::Player
/dports/devel/upp/upp/bazaar/Controls4U/plugin/vlc/
H A Daxvlc_idl.h885 /* [retval][out] */ VARIANT_BOOL *hasVout) = 0;
974 /* [retval][out] */ VARIANT_BOOL *hasVout);
1039 #define IVLCInput_get_hasVout(This,hasVout) \ argument
1040 ( (This)->lpVtbl -> get_hasVout(This,hasVout) )
/dports/multimedia/libvlcpp/libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278/vlcpp/
H A DMediaPlayer.hpp543 uint32_t hasVout() in hasVout() function in VLC::MediaPlayer
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200613489 * new JVLC.isInputPlaying() and JVLC.hasVout() methods
18256 * added a new skin variable "vlc.hasVout", true when... there is a vout !
H A DChangeLog-20103478 This fixes automatic resizing not working when a skin uses vlc.hasVout to monitor
17922 If, for instance, video is not embedded and visible="vlc.hasVout" is used