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 | 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) |
Constructor and Description |
---|
MetadataParserImpl(Locator locator) |
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) |
Modifier and Type | Method and Description |
---|---|
Media |
IOSPlatform.createMedia(Locator source) |
MediaPlayer |
IOSPlatform.createMediaPlayer(Locator source) |
Modifier and Type | Method and Description |
---|---|
Media |
JavaPlatform.createMedia(Locator source) |
MediaPlayer |
JavaPlatform.createMediaPlayer(Locator source) |
MetadataParser |
JavaPlatform.createMetadataParser(Locator source) |
Modifier and Type | Method and Description |
---|---|
Media |
OSXPlatform.createMedia(Locator source) |
MediaPlayer |
OSXPlatform.createMediaPlayer(Locator source) |
Copyright © 2020. All rights reserved.