Module uk.co.caprica.vlcj
Class VideoSurface
java.lang.Object
uk.co.caprica.vlcj.player.embedded.videosurface.VideoSurface
- Direct Known Subclasses:
CallbackVideoSurface
,ComponentIdVideoSurface
,ComponentVideoSurface
,DeferredComponentIdVideoSurface
Encapsulation of a video surface.
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
attach
(MediaPlayer mediaPlayer) Attach the video surface to a media player.
-
Method Details
-
attach
Attach the video surface to a media player.The video surface component must be visible at this point otherwise the native call will fail.
- Parameters:
mediaPlayer
- media player instance
-