Modifier and Type | Method and Description |
---|---|
static MediaPlayer |
MediaManager.getPlayer(Locator locator)
Get a player for the media locator
|
Modifier and Type | Method and Description |
---|---|
static List<MediaPlayer> |
MediaManager.getAllMediaPlayers()
Retrieve all un-disposed
MediaPlayer s. |
Modifier and Type | Method and Description |
---|---|
static void |
MediaManager.registerMediaPlayerForDispose(Object obj,
MediaPlayer player)
This function will register MediaPlayer for disposing when obj parameter
does not have any strong reference.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeMediaPlayer
Base implementation of a
MediaPlayer . |
Modifier and Type | Method and Description |
---|---|
MediaPlayer |
NativeMediaManager.getPlayer(Locator locator) |
Modifier and Type | Method and Description |
---|---|
List<MediaPlayer> |
NativeMediaManager.getAllMediaPlayers()
Retrieve all un-disposed
MediaPlayer s. |
Modifier and Type | Method and Description |
---|---|
static void |
NativeMediaManager.registerMediaPlayerForDispose(Object obj,
MediaPlayer player)
This function will register MediaPlayer for disposing when obj parameter
does not have any strong reference.
|
Modifier and Type | Method and Description |
---|---|
MediaPlayer |
PlatformManager.createMediaPlayer(Locator source) |
abstract MediaPlayer |
Platform.createMediaPlayer(Locator source)
Prepare for playing the specified media.
|
Modifier and Type | Method and Description |
---|---|
MediaPlayer |
GSTPlatform.createMediaPlayer(Locator source) |
Modifier and Type | Class and Description |
---|---|
class |
IOSMediaPlayer
iOS MediaPlayer implementation.
|
Modifier and Type | Method and Description |
---|---|
MediaPlayer |
IOSPlatform.createMediaPlayer(Locator source) |
Modifier and Type | Method and Description |
---|---|
MediaPlayer |
JavaPlatform.createMediaPlayer(Locator source) |
Modifier and Type | Method and Description |
---|---|
MediaPlayer |
OSXPlatform.createMediaPlayer(Locator source) |
Copyright © 2020. All rights reserved.