final class IOSMedia extends NativeMedia
| Modifier and Type | Field and Description |
|---|---|
private long |
refNativeMedia
Handle to the native media player.
|
listenerLock, markerListeners, markerLock, markersByName, markersByTime| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
(package private) long |
getNativeMediaRef() |
Platform |
getPlatform() |
private void |
init() |
private void |
iosDispose(long refNativeMedia) |
private int |
iosInitNativeMedia(Locator locator,
java.lang.String contentType,
long sizeHint,
long[] nativeMediaHandle) |
addMarker, addTrack, getMarkers, removeAllMarkers, removeMarkergetLocator, getTracks, toStringIOSMedia(Locator locator)
public Platform getPlatform()
getPlatform in class NativeMediaprivate void init()
long getNativeMediaRef()
public void dispose()
dispose in class NativeMediaprivate int iosInitNativeMedia(Locator locator, java.lang.String contentType, long sizeHint, long[] nativeMediaHandle)
private void iosDispose(long refNativeMedia)