java.lang.Object
uk.co.caprica.vlcj.player.embedded.videosurface.VideoSurface
Direct Known Subclasses:
CallbackVideoSurface, ComponentIdVideoSurface, ComponentVideoSurface, DeferredComponentIdVideoSurface

public abstract class VideoSurface extends Object
Encapsulation of a video surface.
  • Method Details

    • attach

      public abstract void attach(MediaPlayer mediaPlayer)
      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