Uses of Class
uk.co.caprica.vlcj.player.embedded.videosurface.VideoSurface
Packages that use VideoSurface
Package
Description
Provides the classes necessary to support the embedding of native media player video output in Swing/AWT user
interface components.
Provides the classes necessary to create user interface components that
render native video.
-
Uses of VideoSurface in uk.co.caprica.vlcj.player.embedded
Methods in uk.co.caprica.vlcj.player.embedded with parameters of type VideoSurfaceModifier and TypeMethodDescriptionvoid
VideoSurfaceApi.set
(VideoSurface videoSurface) Set the component used to render video. -
Uses of VideoSurface in uk.co.caprica.vlcj.player.embedded.videosurface
Subclasses of VideoSurface in uk.co.caprica.vlcj.player.embedded.videosurfaceModifier and TypeClassDescriptionclass
Implementation of a video surface that uses native callbacks to receive video frame data for rendering.class
Encapsulation of a video surface that wraps the native component id of the video surface component.class
Encapsulation of a video surface that uses an AWT Component (optimally a Canvas, or maybe a Window).class
Encapsulation of a video surface that wraps the native component id of the video surface component - the component id is obtained when needed via a template method.