Package-level declarations
Types
Link copied to clipboard
The class responsible to configure a Video with a Brightcove aiuthorization token.
Link copied to clipboard
open class Catalog : AbstractComponent
The Catalog class provides asynchronous methods for retrieving information about videos from Brightcove's Edge API services.
Link copied to clipboard
A Brightcove Error created when making a Playback API request using the Catalog.
Link copied to clipboard
ErrorListener identifies objects that might receive an error from an asynchronous operation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
PlaylistListener identifies objects that expect to receive a Playlist object from an asynchronous operation.
Link copied to clipboard
VideoListener identifies objects that expect to receive a Video object from an asynchronous operation.
Link copied to clipboard
Thrown when the JSON object does not have the minimum required properties to create a Video.
Link copied to clipboard
class VideoParser
Utility class used to create a Video object from a JSONObject instance.
Link copied to clipboard