Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_playlist.h223 PLAYLIST_PLAY, /**< No arg. res=can fail*/ enumerator
233 #define playlist_Play(p) playlist_Control(p,PLAYLIST_PLAY, pl_Unlocked )
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/commands/
H A Dcmd_playlist.cpp99 playlist_Control(getPL(), PLAYLIST_PLAY, pl_Unlocked); in execute()
/dports/multimedia/vlc/vlc-3.0.16/src/playlist/
H A Dcontrol.c91 case PLAYLIST_PLAY: in playlist_vaControl()
/dports/multimedia/vlc/vlc-3.0.16/src/interface/
H A Dinterface.c195 playlist_Control(pl, PLAYLIST_PLAY, false); in libvlc_InternalPlay()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCMain.m318 // note that PLAYLIST_PLAY will not stop any playback if already started
323 playlist_Control(p_playlist, PLAYLIST_PLAY, true);
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/
H A Ddialogs_provider.cpp785 playlist_Control(THEPL,PLAYLIST_PLAY,pl_Unlocked); in streamingDialog()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200844004 Remove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477
44012 Use PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
H A DChangeLog-201323941 playlist: update status on PLAYLIST_PLAY
H A DChangeLog-20147617 For playlist-autostart, PLAYLIST_PLAY is used now which does not restart