Package com.brightcove.player.edge
package com.brightcove.player.edge
-
ClassDescriptionAbstractOfflineCatalog.Builder<T extends AbstractOfflineCatalog.Builder<T>>An abstract Builder which sets the bases to create the OfflineCatalog object.The class responsible to configure a
Video
with a Brightcove aiuthorization token.The Catalog class provides asynchronous methods for retrieving information about videos from Brightcove's Edge API services.Catalog.AbstractBuilder<T extends Catalog.AbstractBuilder<T>>An abstract Builder which sets the bases to create the Catalog object.The Builder to create the Catalog object.A Brightcove Error created when making a Playback API request using theCatalog
.ErrorListener identifies objects that might receive an error from an asynchronous operation.This interface is used to provide a result from theAbstractOfflineCatalog
asynchronous methodsOffline catalog is an extension of the standard catalog class that is used to fetching videos in a playlist or the details of a specific video.The Builder to create the OfflineCatalog object.Store manager can be used to persist data into an application specific private database.Any method attempting to callOfflineStoreManager.changeDownloadIdentifier(Video)
must be annotated explicitly with this annotation.PlaylistListener identifies objects that expect to receive a Playlist object from an asynchronous operation.VideoListener identifies objects that expect to receive a Video object from an asynchronous operation.Thrown when the JSON object does not have the minimum required properties to create a Video.Utility class used to create aVideo
object from aJSONObject
instance.