Package | Description |
---|---|
com.sun.prism | |
com.sun.prism.es2 | |
com.sun.prism.sw |
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 |
ES2ResourceFactory.createTexture(MediaFrame frame) |
Modifier and Type | Method and Description |
---|---|
void |
SWMaskTexture.update(MediaFrame frame,
boolean skipFlush) |
Copyright © 2020. All rights reserved.