Module uk.co.caprica.vlcj
Class MediaListPlayerEventFactory
java.lang.Object
uk.co.caprica.vlcj.player.list.events.MediaListPlayerEventFactory
A factory that creates a media list player event instance for a native media list player event.
-
Method Summary
Modifier and TypeMethodDescriptionstatic uk.co.caprica.vlcj.player.list.events.MediaListPlayerEvent
createEvent
(uk.co.caprica.vlcj.binding.internal.libvlc_instance_t libvlcInstance, MediaListPlayer mediaListPlayer, uk.co.caprica.vlcj.binding.internal.libvlc_event_t event) Create a new media list player event for a given native event.
-
Method Details
-
createEvent
public static uk.co.caprica.vlcj.player.list.events.MediaListPlayerEvent createEvent(uk.co.caprica.vlcj.binding.internal.libvlc_instance_t libvlcInstance, MediaListPlayer mediaListPlayer, uk.co.caprica.vlcj.binding.internal.libvlc_event_t event) Create a new media list player event for a given native event.- Parameters:
libvlcInstance
- native library instancemediaListPlayer
- component the event relates toevent
- native event- Returns:
- media list player event, or
null
if not a known event
-