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.direct |
Provides the classes necessary to support direct access to the native video
frame buffer.
|
uk.co.caprica.vlcj.player.direct.format |
Provides implementations of buffer formats for the direct video rendering
media player.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectMediaPlayerComponent.display(DirectMediaPlayer mediaPlayer,
com.sun.jna.Memory[] nativeBuffers,
BufferFormat bufferFormat) |
Modifier and Type | Method and Description |
---|---|
BufferFormat |
DefaultDirectMediaPlayer.getBufferFormat()
Get the current buffer format.
|
BufferFormat |
BufferFormatCallback.getBufferFormat(int sourceWidth,
int sourceHeight)
Returns a
BufferFormat instance specifying how the DirectMediaPlayer
should structure its buffers. |
Modifier and Type | Method and Description |
---|---|
void |
RenderCallback.display(DirectMediaPlayer mediaPlayer,
com.sun.jna.Memory[] nativeBuffers,
BufferFormat bufferFormat)
Call-back when ready to display a video frame.
|
void |
RenderCallbackAdapter.display(DirectMediaPlayer mediaPlayer,
com.sun.jna.Memory[] nativeBuffer,
BufferFormat bufferFormat) |
Modifier and Type | Class and Description |
---|---|
class |
RV32BufferFormat
Implementation of a buffer format for RV32.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.