| Class | Description |
|---|---|
| AbstractOfflineCatalog | |
| Catalog |
The Catalog class provides asynchronous methods for retrieving
information about videos from Brightcove's Edge API services.
|
| ErrorListener |
ErrorListener identifies objects that might receive an error from
an asynchronous operation.
|
| GetPlaylistTask | |
| GetVideoTask | |
| OfflineCatalog | Deprecated
There is a new version of this class which uses ExoPlayer v2.
|
| OfflineStoreManager |
Store manager can be used to persist data into an application specific private database.
|
| PlaylistListener |
PlaylistListener identifies objects that expect to receive a Playlist
object from an asynchronous operation.
|
| VideoListener |
VideoListener identifies objects that expect to receive a Video
object from an asynchronous operation.
|
| VideoParser |
Utility class used to create a
Video object from a JSONObject instance. |
| Exception | Description |
|---|---|
| VideoParseException |
Thrown when the JSON object does not have the minimum required properties to create a Video.
|
| Annotation Type | Description |
|---|---|
| OfflineStoreManager.CanChangeDownloadIdentifier |
Any method attempting to call
OfflineStoreManager.changeDownloadIdentifier(Video) must be annotated explicitly with
this annotation. |