Package | Description |
---|---|
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.Set<java.lang.ref.WeakReference<MediaView>> |
MediaPlayer.viewRefs |
Modifier and Type | Method and Description |
---|---|
MediaView |
MediaViewBuilder.build()
Deprecated.
Make an instance of
MediaView based on the properties set on this builder. |
private MediaView |
MediaView.getMediaView() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MediaPlayer.addView(MediaView view) |
void |
MediaViewBuilder.applyTo(MediaView x)
Deprecated.
|
(package private) void |
MediaPlayer.removeView(MediaView view) |