public final class IOSPlatform extends Platform
Modifier and Type | Method and Description |
---|---|
Media |
createMedia(Locator source) |
MediaPlayer |
createMediaPlayer(Locator source)
Prepare for playing the specified media.
|
static Platform |
getPlatformInstance() |
String[] |
getSupportedContentTypes() |
String[] |
getSupportedProtocols() |
boolean |
loadPlatform() |
canPlayContentType, canPlayProtocol, createMetadataParser
public static Platform getPlatformInstance()
public boolean loadPlatform()
loadPlatform
in class Platform
public String[] getSupportedContentTypes()
getSupportedContentTypes
in class Platform
public String[] getSupportedProtocols()
getSupportedProtocols
in class Platform
public Media createMedia(Locator source)
createMedia
in class Platform
public MediaPlayer createMediaPlayer(Locator source)
Platform
createMediaPlayer
in class Platform
Copyright © 2020. All rights reserved.