| Package | Description |
|---|---|
| com.oracle.javafx.jmx | |
| com.sun.javafx.webkit.prism | |
| com.sun.media.jfxmedia | |
| com.sun.media.jfxmediaimpl | |
| com.sun.media.jfxmediaimpl.platform | |
| com.sun.media.jfxmediaimpl.platform.gstreamer | |
| com.sun.media.jfxmediaimpl.platform.ios | |
| com.sun.media.jfxmediaimpl.platform.java | |
| com.sun.media.jfxmediaimpl.platform.osx | |
| javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<MediaPlayer> |
SGMXBeanImpl.playersToResume |
| Modifier and Type | Field and Description |
|---|---|
private MediaPlayer |
WCMediaPlayerImpl.player |
| Modifier and Type | Method and Description |
|---|---|
private MediaPlayer |
WCMediaPlayerImpl.getPlayer() |
| Modifier and Type | Method and Description |
|---|---|
private void |
WCMediaPlayerImpl.setPlayer(MediaPlayer p) |
| Modifier and Type | Method and Description |
|---|---|
static MediaPlayer |
MediaManager.getPlayer(Locator locator)
Get a player for the media locator
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<MediaPlayer> |
MediaManager.getAllMediaPlayers()
Retrieve all un-disposed
MediaPlayers. |
| Modifier and Type | Method and Description |
|---|---|
static void |
MediaManager.registerMediaPlayerForDispose(java.lang.Object obj,
MediaPlayer player)
This function will register MediaPlayer for disposing when obj parameter
does not have any strong reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeMediaPlayer
Base implementation of a
MediaPlayer. |
| Modifier and Type | Field and Description |
|---|---|
private MediaPlayer |
NativeMediaAudioClipPlayer.mediaPlayer |
private MediaPlayer |
NativeMediaAudioClipPlayer.SchedulerEntry.mediaPlayer |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<MediaPlayer,java.lang.Boolean> |
NativeMediaManager.allMediaPlayers
List of all un-disposed players.
|
| Modifier and Type | Method and Description |
|---|---|
MediaPlayer |
NativeMediaAudioClipPlayer.SchedulerEntry.getMediaPlayer() |
MediaPlayer |
NativeMediaManager.getPlayer(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MediaPlayer> |
NativeMediaManager.getAllMediaPlayers()
Retrieve all un-disposed
MediaPlayers. |
| Modifier and Type | Method and Description |
|---|---|
static void |
NativeMediaManager.registerMediaPlayerForDispose(java.lang.Object obj,
MediaPlayer player)
This function will register MediaPlayer for disposing when obj parameter
does not have any strong reference.
|
| Constructor and Description |
|---|
SchedulerEntry(MediaPlayer mediaPlayer) |
| Modifier and Type | Method and Description |
|---|---|
MediaPlayer |
PlatformManager.createMediaPlayer(Locator source) |
abstract MediaPlayer |
Platform.createMediaPlayer(Locator source)
Prepare for playing the specified media.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GSTMediaPlayer
GStreamer implementation of a MediaPlayer.
|
| Modifier and Type | Method and Description |
|---|---|
MediaPlayer |
GSTPlatform.createMediaPlayer(Locator source) |
| Modifier and Type | Class and Description |
|---|---|
class |
IOSMediaPlayer
iOS MediaPlayer implementation.
|
| Modifier and Type | Method and Description |
|---|---|
MediaPlayer |
IOSPlatform.createMediaPlayer(Locator source) |
| Modifier and Type | Method and Description |
|---|---|
MediaPlayer |
JavaPlatform.createMediaPlayer(Locator source) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
OSXMediaPlayer
Mac OS X MediaPlayer implementation.
|
| Modifier and Type | Method and Description |
|---|---|
MediaPlayer |
OSXPlatform.createMediaPlayer(Locator source) |
| Modifier and Type | Field and Description |
|---|---|
private MediaPlayer |
MediaPlayer.jfxPlayer |
| Modifier and Type | Method and Description |
|---|---|
(package private) MediaPlayer |
MediaPlayer.retrieveJfxPlayer() |