| java.lang.Object com.sun.mmedia.VideoRenderer com.sun.mmedia.MIDPVideoRenderer
NATIVE_RENDER | final public static int NATIVE_RENDER(Code) | | |
RGB565 | final public static int RGB565(Code) | | Rendering interface
|
RGB888 | final public static int RGB888(Code) | | |
RGBX888 | final public static int RGBX888(Code) | | |
USE_ALPHA | final public static int USE_ALPHA(Code) | | |
UYVY | final public static int UYVY(Code) | | |
XBGR888 | final public static int XBGR888(Code) | | |
XRGB888 | final public static int XRGB888(Code) | | |
YUV420_PLANAR | final public static int YUV420_PLANAR(Code) | | |
YUV422_PLANAR | final public static int YUV422_PLANAR(Code) | | |
YUYV | final public static int YUYV(Code) | | |
YVYU | final public static int YVYU(Code) | | |
nativeRender | boolean nativeRender(Code) | | |
pngDataLength | int pngDataLength(Code) | | |
scaledRGB | int[] scaledRGB(Code) | | |
useAlpha | boolean useAlpha(Code) | | |
MIDPVideoRenderer | MIDPVideoRenderer(Player p, int sourceWidth, int sourceHeight)(Code) | | VideoControl implementation
|
close | public synchronized void close()(Code) | | |
getDisplayHeight | public int getDisplayHeight()(Code) | | |
getDisplayWidth | public int getDisplayWidth()(Code) | | |
getDisplayX | public int getDisplayX()(Code) | | |
getDisplayY | public int getDisplayY()(Code) | | |
getPreferredRGBMode | int getPreferredRGBMode()(Code) | | |
getSourceHeight | public int getSourceHeight()(Code) | | |
getSourceWidth | public int getSourceWidth()(Code) | | |
hideVideo | public void hideVideo()(Code) | | |
initRendering | public void initRendering(int mode, int width, int height)(Code) | | |
paintVideo | public void paintVideo(Graphics g)(Code) | | Paint video into canvas - in USE_DIRECT_VIDEO mode
|
render | public void render(int[] data)(Code) | | Public render method
|
render | synchronized boolean render(Object data)(Code) | | Renders the data to the screen at the component's location
and size, if component is visible.
Returns true if displayed, false if not.
|
renderImage | synchronized boolean renderImage(byte[] imageData, int imageLength)(Code) | | |
setDisplayLocation | public void setDisplayLocation(int x, int y)(Code) | | |
setMode | void setMode(int mode)(Code) | | |
setSourceSize | void setSourceSize(int sourceWidth, int sourceHeight)(Code) | | |
setVisible | public void setVisible(boolean visible)(Code) | | |
showVideo | public void showVideo()(Code) | | Enable/disable rendering for canvas (USE_DIRECT_VIDEO mode)
|
|
|