java.lang.Object
uk.co.caprica.vlcj.player.list.MediaPlayerApi
Behaviour pertaining to the associated media player.
-
Method Summary
Modifier and TypeMethodDescriptionGet the media player currently associated with this media list player.void
setMediaPlayer
(MediaPlayer mediaPlayer) Associate an actual media player with the media list player.
-
Method Details
-
setMediaPlayer
Associate an actual media player with the media list player.This is only intended for use by the internal media list player in
SubitemApi
.- Parameters:
mediaPlayer
- media player
-
mediaPlayer
Get the media player currently associated with this media list player.- Returns:
- media player, may be
null
-