| Package | Description |
|---|---|
| com.sun.javafx.media | |
| com.sun.prism | |
| com.sun.prism.d3d | |
| com.sun.prism.es2 | |
| com.sun.prism.j2d | |
| com.sun.prism.null3d | |
| com.sun.prism.sw |
| Modifier and Type | Class and Description |
|---|---|
private class |
PrismMediaFrameHandler.PrismFrameBuffer
Bridge class to avoid having to import JFXMedia into a bunch of prism
code.
|
| Modifier and Type | Method and Description |
|---|---|
MediaFrame |
PrismMediaFrameHandler.PrismFrameBuffer.convertToFormat(PixelFormat fmt) |
| Modifier and Type | Method and Description |
|---|---|
MediaFrame |
MediaFrame.convertToFormat(PixelFormat fmt)
Converts the video frame to a different video format.
|
| Modifier and Type | Method and Description |
|---|---|
Texture |
ResourceFactory.createTexture(MediaFrame frame)
Returns a new
Texture that can contain the video image as specified
in the provided MediaFrame. |
void |
Texture.update(MediaFrame frame,
boolean skipFlush)
Updates this texture using the contents of the provided
MediaFrame. |
void |
MultiTexture.update(MediaFrame frame,
boolean skipFlush) |
| Modifier and Type | Method and Description |
|---|---|
Texture |
D3DResourceFactory.createTexture(MediaFrame frame) |
void |
D3DTexture.update(MediaFrame frame,
boolean skipFlush) |
| Modifier and Type | Method and Description |
|---|---|
static Texture |
ES2Texture.create(ES2Context context,
MediaFrame frame) |
Texture |
ES2ResourceFactory.createTexture(MediaFrame frame) |
void |
ES2Texture.update(MediaFrame frame,
boolean skipFlush) |
private static boolean |
ES2Texture.uploadPixels(GLContext glCtx,
int target,
MediaFrame frame,
int texw,
int texh,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
Texture |
J2DResourceFactory.createTexture(MediaFrame vdb) |
void |
J2DTexture.update(MediaFrame frame,
boolean skipFlush) |
| Modifier and Type | Method and Description |
|---|---|
Texture |
DummyResourceFactory.createTexture(MediaFrame frame) |
void |
DummyRTTexture.update(MediaFrame frame,
boolean skipFlush) |
void |
DummyTexture.update(MediaFrame frame,
boolean skipFlush) |
| Modifier and Type | Method and Description |
|---|---|
Texture |
SWResourceFactory.createTexture(MediaFrame vdb) |
void |
SWArgbPreTexture.update(MediaFrame frame,
boolean skipFlush) |
void |
SWMaskTexture.update(MediaFrame frame,
boolean skipFlush) |