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 | Field and Description |
---|---|
private Locator |
Media.locator |
Modifier and Type | Method and Description |
---|---|
Locator |
Media.getLocator()
Gets the
Locator which was the source of the media. |
Modifier and Type | Method and Description |
---|---|
static Media |
MediaManager.getMedia(Locator locator)
Gets a Media object for the clip.
|
static MetadataParser |
MediaManager.getMetadataParser(Locator locator) |
static MediaPlayer |
MediaManager.getPlayer(Locator locator)
Get a player for the media locator
|
Constructor and Description |
---|
Media(Locator locator)
Create a
Media object. |
Modifier and Type | Field and Description |
---|---|
private Locator |
MetadataParserImpl.locator |
private Locator |
NativeMediaAudioClip.mediaLocator |
private Locator |
NativeAudioClip.mediaSource |
Modifier and Type | Method and Description |
---|---|
(package private) Locator |
NativeMediaAudioClip.getLocator() |
private Locator |
NativeMediaAudioClipPlayer.source() |
Modifier and Type | Method and Description |
---|---|
Media |
NativeMediaManager.getMedia(Locator locator)
Get a player for the media locator.
|
static MetadataParser |
NativeMediaManager.getMetadataParser(Locator locator) |
MediaPlayer |
NativeMediaManager.getPlayer(Locator locator) |
private static long |
NativeAudioClip.nacLoad(Locator source) |
static void |
NativeMediaAudioClipPlayer.stopPlayers(Locator source) |
Constructor and Description |
---|
MetadataParserImpl(Locator locator) |
NativeAudioClip(Locator source) |
NativeMedia(Locator locator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Media |
PlatformManager.createMedia(Locator source) |
abstract Media |
Platform.createMedia(Locator source) |
MediaPlayer |
PlatformManager.createMediaPlayer(Locator source) |
abstract MediaPlayer |
Platform.createMediaPlayer(Locator source)
Prepare for playing the specified media.
|
MetadataParser |
PlatformManager.createMetadataParser(Locator source) |
MetadataParser |
Platform.createMetadataParser(Locator source) |
Modifier and Type | Method and Description |
---|---|
Media |
GSTPlatform.createMedia(Locator source) |
MediaPlayer |
GSTPlatform.createMediaPlayer(Locator source) |
private int |
GSTMedia.gstInitNativeMedia(Locator locator,
java.lang.String contentType,
long sizeHint,
long[] nativeMediaHandle)
Initialize the native peer of this
Media . |
Constructor and Description |
---|
GSTMedia(Locator locator) |
GSTMediaPlayer(Locator source) |
Modifier and Type | Method and Description |
---|---|
Media |
IOSPlatform.createMedia(Locator source) |
MediaPlayer |
IOSPlatform.createMediaPlayer(Locator source) |
private int |
IOSMedia.iosInitNativeMedia(Locator locator,
java.lang.String contentType,
long sizeHint,
long[] nativeMediaHandle) |
Constructor and Description |
---|
IOSMedia(Locator locator) |
IOSMediaPlayer(Locator source) |
Modifier and Type | Method and Description |
---|---|
Media |
JavaPlatform.createMedia(Locator source) |
MediaPlayer |
JavaPlatform.createMediaPlayer(Locator source) |
MetadataParser |
JavaPlatform.createMetadataParser(Locator source) |
Constructor and Description |
---|
FLVMetadataParser(Locator locator) |
ID3MetadataParser(Locator locator) |
Modifier and Type | Field and Description |
---|---|
private Locator |
OSXMediaPlayer.mediaLocator |
Modifier and Type | Method and Description |
---|---|
Media |
OSXPlatform.createMedia(Locator source) |
MediaPlayer |
OSXPlatform.createMediaPlayer(Locator source) |
Constructor and Description |
---|
OSXMedia(Locator source) |
OSXMediaPlayer(Locator source) |
Modifier and Type | Field and Description |
---|---|
private Locator |
Media.jfxLocator
Locator used by the jfxmedia player, MediaPlayer needs access to this
|
Modifier and Type | Method and Description |
---|---|
(package private) Locator |
Media.retrieveJfxLocator() |