| com.pspdfkit.media.MediaViewController |
Known Indirect Subclasses
|
An interface to be implemented by the views that control the media files.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
close()
Close currently played media file.
| ||||||||||
| abstract void |
start(String optionsJson, String url)
Start media playback.
| ||||||||||
Close currently played media file.
Start media playback.
| optionsJson | Media options in JSOn format (used for playing videos) |
|---|---|
| url | Url to the media file. |