Home
last modified time | relevance | path

Searched refs:VlcPlayer (Results 1 – 5 of 5) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/src/emAv/
H A DemAvServerProc_vlc.c826 libvlc_media_player_t * VlcPlayer; member
1233 id=libvlc_audio_get_track(inst->VlcPlayer); in emAvPollProperties()
1259 id=libvlc_video_get_spu(inst->VlcPlayer); in emAvPollProperties()
1321 inst->VlcPlayer, in emAvSetProperty()
1374 libvlc_video_set_spu(inst->VlcPlayer,id); in emAvSetProperty()
1536 if (inst->VlcPlayer) { in emAvCloseInstance()
1540 inst->VlcPlayer=NULL; in emAvCloseInstance()
1723 if (!inst->VlcPlayer) { in emAvOpenInstance()
1735 inst->VlcPlayer, in emAvOpenInstance()
1743 inst->VlcPlayer, in emAvOpenInstance()
[all …]
/dports/multimedia/syncplay/syncplay-1.6.4a/syncplay/players/
H A D__init__.py3 from syncplay.players.vlc import VlcPlayer
17 return [MPCHCAPIPlayer, MpvPlayer, VlcPlayer, MpcBePlayer, MplayerPlayer]
H A Dvlc.py22 class VlcPlayer(BasePlayer): class
266 vlc = VlcPlayer(client, VlcPlayer.getExpandedPath(playerPath), filePath, args)
273 p = VlcPlayer.getExpandedPath(path)
280 if "vlc" in path.lower() and VlcPlayer.getExpandedPath(path):
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Playback/Localplay/Vlc/
H A DVlcPlayer.php32 class VlcPlayer class
H A DAmpacheVlc.php591 $this->_vlc = new VlcPlayer($options['host'], $options['password'], $options['port']);