Package | Description |
---|---|
com.sun.javafx.media | |
com.sun.javafx.webkit.prism | |
com.sun.media.jfxmedia.control | |
com.sun.media.jfxmedia.events | |
com.sun.media.jfxmediaimpl | |
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Modifier and Type | Field and Description |
---|---|
private VideoDataBuffer |
PrismMediaFrameHandler.PrismFrameBuffer.master |
Modifier and Type | Method and Description |
---|---|
Texture |
PrismMediaFrameHandler.getTexture(Graphics g,
VideoDataBuffer currentFrame)
This should only ever be called during a render cycle.
|
private void |
PrismMediaFrameHandler.updateTexture(Graphics g,
VideoDataBuffer vdb,
PrismMediaFrameHandler.TextureMapEntry tme) |
Constructor and Description |
---|
PrismFrameBuffer(VideoDataBuffer sourceBuffer) |
Modifier and Type | Field and Description |
---|---|
private VideoDataBuffer |
WCMediaPlayerImpl.MediaFrameListener.currentFrame |
private VideoDataBuffer |
WCMediaPlayerImpl.MediaFrameListener.nextFrame |
Modifier and Type | Method and Description |
---|---|
VideoDataBuffer |
WCMediaPlayerImpl.MediaFrameListener.getLatestFrame() |
Modifier and Type | Method and Description |
---|---|
VideoDataBuffer |
VideoDataBuffer.convertToFormat(VideoFormat newFormat)
Converts the video image to the specified format.
|
Modifier and Type | Field and Description |
---|---|
private VideoDataBuffer |
NewFrameEvent.frameData |
Modifier and Type | Method and Description |
---|---|
VideoDataBuffer |
NewFrameEvent.getFrameData()
The video buffer.
|
Constructor and Description |
---|
NewFrameEvent(VideoDataBuffer buffer)
The constructor for the
VideoDataBuffer . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
NativeVideoBuffer
Native implementation of VideoDataBuffer
|
Modifier and Type | Method and Description |
---|---|
VideoDataBuffer |
NativeVideoBuffer.convertToFormat(VideoFormat newFormat) |
Modifier and Type | Field and Description |
---|---|
private VideoDataBuffer |
MediaPlayer.currentRenderFrame |
private VideoDataBuffer |
MediaPlayer.nextRenderFrame |
Modifier and Type | Method and Description |
---|---|
VideoDataBuffer |
MediaPlayer.impl_getLatestFrame()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|