Package | Description |
---|---|
uk.co.caprica.vlcj.component |
Provides higher-level components used to create basic media players with the
minimum of application code.
|
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.direct |
Provides the classes necessary to support direct access to the native video
frame buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectMediaPlayerComponent
Encapsulation of a direct-rendering media player.
|
Modifier and Type | Method and Description |
---|---|
DirectMediaPlayer |
MediaPlayerFactory.newDirectMediaPlayer(BufferFormatCallback bufferFormatCallback,
RenderCallback renderCallback)
Create a new direct video rendering media player.
|
Modifier and Type | Class and Description |
---|---|
class |
RenderCallbackAdapter
A render call-back adapter implementation that fills an array of RGB integer data for an entire
video frame.
|
Constructor and Description |
---|
DefaultDirectMediaPlayer(LibVlc libvlc,
libvlc_instance_t instance,
BufferFormatCallback bufferFormatCallback,
RenderCallback renderCallback)
Create a new media player.
|
DefaultDirectMediaPlayer(LibVlc libvlc,
libvlc_instance_t instance,
String format,
int width,
int height,
int pitch,
RenderCallback renderCallback)
Create a new media player.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.