Package | Description |
---|---|
uk.co.caprica.vlcj.player |
This is the main package for vlcj client applications, providing the classes
necessary to create and control native media players and associated
resources.
|
uk.co.caprica.vlcj.player.embedded |
Provides the classes necessary to support the embedding of native media
player video output in Swing/AWT user interface components.
|
Modifier and Type | Method and Description |
---|---|
CanvasVideoSurface |
MediaPlayerFactory.newVideoSurface(Canvas canvas)
Create a new video surface for a Canvas.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultEmbeddedMediaPlayer.setVideoSurface(CanvasVideoSurface videoSurface) |
void |
EmbeddedMediaPlayer.setVideoSurface(CanvasVideoSurface videoSurface)
Set the component used to render video.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.