Package-level declarations

Types

Link copied to clipboard
class BrightcoveTokenAuthorizer : Authorizer
The class responsible to configure a Video with a Brightcove aiuthorization token.
Link copied to clipboard
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
abstract class ErrorListener
ErrorListener identifies objects that might receive an error from an asynchronous operation.
Link copied to clipboard
@Emits(events = [])
@ListensFor(events = [])
open class GetPlaylistTask : EdgeTask<T> , Component
Link copied to clipboard
@Emits(events = [])
@ListensFor(events = [])
open class GetVideoTask : EdgeTask<T> , Component
Link copied to clipboard
PlaylistListener identifies objects that expect to receive a Playlist object from an asynchronous operation.
Link copied to clipboard
abstract class VideoListener : ErrorListener
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
Utility class used to create a Video object from a JSONObject instance.
Link copied to clipboard
open class WidevineAuthorizer : Authorizer