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.
|
Constructor and Description |
---|
DirectMediaPlayerComponent(BufferFormatCallback bufferFormatCallback)
Construct a media player component.
|
Modifier and Type | Method and Description |
---|---|
DirectMediaPlayer |
MediaPlayerFactory.newDirectMediaPlayer(BufferFormatCallback bufferFormatCallback,
RenderCallback renderCallback)
Create a new direct video rendering media player.
|
Constructor and Description |
---|
DefaultDirectMediaPlayer(LibVlc libvlc,
libvlc_instance_t instance,
BufferFormatCallback bufferFormatCallback,
RenderCallback renderCallback)
Create a new media player.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.