| java.lang.Object com.sun.mmedia.VideoRenderer
All known Subclasses: com.sun.mmedia.AWTVideoRenderer, com.sun.mmedia.MIDPVideoRenderer,
VideoRenderer | abstract public class VideoRenderer (Code) | | Description of the Class
|
NATIVE_RENDER | final public static int NATIVE_RENDER(Code) | | Description of the Field
|
RGB565 | final public static int RGB565(Code) | | Description of the Field
|
RGB888 | final public static int RGB888(Code) | | Description of the Field
|
RGBX888 | final public static int RGBX888(Code) | | Description of the Field
|
USE_ALPHA | final public static int USE_ALPHA(Code) | | Description of the Field
|
UYVY | final public static int UYVY(Code) | | Description of the Field
|
XBGR888 | final public static int XBGR888(Code) | | Description of the Field
|
XRGB888 | final public static int XRGB888(Code) | | Description of the Field
|
YUV420_PLANAR | final public static int YUV420_PLANAR(Code) | | Description of the Field
|
YUV422_PLANAR | final public static int YUV422_PLANAR(Code) | | Description of the Field
|
YUYV | final public static int YUYV(Code) | | Description of the Field
|
YVYU | final public static int YVYU(Code) | | Description of the Field
|
close | abstract public void close()(Code) | | |
initRendering | abstract public void initRendering(int mode, int width, int height)(Code) | | |
render | abstract public void render(int[] rgbData)(Code) | | |
|
|