Package | Description |
---|---|
com.sun.javafx.media | |
com.sun.media.jfxmedia.control | |
com.sun.media.jfxmedia.events | |
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Modifier and Type | Method and Description |
---|---|
Texture |
PrismMediaFrameHandler.getTexture(Graphics g,
VideoDataBuffer currentFrame)
This should only ever be called during a render cycle.
|
Modifier and Type | Method and Description |
---|---|
VideoDataBuffer |
VideoDataBuffer.convertToFormat(VideoFormat newFormat)
Converts the video image to the specified format.
|
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 | 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
|
Copyright © 2020. All rights reserved.