|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenderCallback
Specification for a component that wishes to be called back to process video frames.
The render call-back provides access to the native memory buffer, if instead
the full rgb integer data is required for the full video frame then consider
using RenderCallbackAdapter
.
Method Summary | |
---|---|
void |
display(com.sun.jna.Memory nativeBuffer)
Call-back when ready to display a video frame. |
Method Detail |
---|
void display(com.sun.jna.Memory nativeBuffer)
nativeBuffer
- video data for one frame
|
(C)2010 Caprica Software Limited | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |