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 TypeMethodDescriptionvoidVideoSurfaceApi.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 TypeClassDescriptionclassImplementation of a video surface that uses native callbacks to receive video frame data for rendering.classEncapsulation of a video surface that wraps the native component id of the video surface component.classEncapsulation of a video surface that uses an AWT Component (optimally a Canvas, or maybe a Window).classEncapsulation 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.