| Package | Description |
|---|---|
| com.sun.javafx.webkit.prism | |
| com.sun.media.jfxmedia | |
| com.sun.media.jfxmediaimpl | |
| javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
WCMediaPlayerImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaPlayer.addMediaPlayerListener(PlayerStateListener listener)
Adds a listener for media state.
|
void |
MediaPlayer.removeMediaPlayerListener(PlayerStateListener listener)
Removes a listener for media state.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
NativeMediaAudioClipPlayer
This is a stop-gap solution to eliminate the JavaSound implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.ref.WeakReference<PlayerStateListener>> |
NativeMediaPlayer.playerStateListeners |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeMediaPlayer.addMediaPlayerListener(PlayerStateListener listener) |
void |
NativeMediaPlayer.removeMediaPlayerListener(PlayerStateListener listener) |
| Modifier and Type | Class and Description |
|---|---|
private class |
MediaPlayer._PlayerStateListener |
| Modifier and Type | Field and Description |
|---|---|
private PlayerStateListener |
MediaPlayer.stateListener |