| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
Media |
MediaPlayer.getMedia()
Gets a Media object.
|
static Media |
MediaManager.getMedia(Locator locator)
Gets a Media object for the clip.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeMedia
Base
Media implementation class. |
| Modifier and Type | Method and Description |
|---|---|
Media |
NativeMediaPlayer.getMedia() |
Media |
NativeMediaManager.getMedia(Locator locator)
Get a player for the media locator.
|
| Modifier and Type | Method and Description |
|---|---|
Media |
PlatformManager.createMedia(Locator source) |
abstract Media |
Platform.createMedia(Locator source) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GSTMedia
GStreamer implementation of Media
|
| Modifier and Type | Method and Description |
|---|---|
Media |
GSTPlatform.createMedia(Locator source) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
IOSMedia |
| Modifier and Type | Method and Description |
|---|---|
Media |
IOSPlatform.createMedia(Locator source) |
| Modifier and Type | Method and Description |
|---|---|
Media |
JavaPlatform.createMedia(Locator source) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
OSXMedia |
| Modifier and Type | Method and Description |
|---|---|
Media |
OSXPlatform.createMedia(Locator source) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
Media._updateMedia(Media _media) |