A
B
C
D
E
F
G
H
I
M
O
P
Q
R
S
T
U
V
W
O
- OfflineCallback - class in com.brightcove.player.edge
- This interface is used to provide a result from the AbstractOfflineCatalog asynchronous methods
- OfflineCatalog - class in com.brightcove.player.edge
- Offline 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.
- OfflineCatalog.Builder - class in com.brightcove.player.edge.OfflineCatalog
- The Builder to create the OfflineCatalog object.
- OfflineLicenseManager - class in com.brightcove.player.drm
- Offline license helper can be used to download, renew and release offline playback licenses.
- OfflineLicenseManager.Builder - class in com.brightcove.player.drm.OfflineLicenseManager
- OfflineLicenseManagerFactory - class in com.brightcove.player.drm
- Factory for creating LicenseManager instances.
- OfflinePlaybackPlugin - class in com.brightcove.player
- OfflinePlaybackPlugin.Modules - class in com.brightcove.player.OfflinePlaybackPlugin
- OfflinePlaybackSupport - class in com.brightcove.player
- Binds modules needed for offline playback plugin.
- OfflineStoreManager - class in com.brightcove.player.edge
- Store manager can be used to persist data into an application specific private database.
- OfflineStoreManager.CanChangeDownloadIdentifier - class in com.brightcove.player.edge.OfflineStoreManager
- Any method attempting to call changeDownloadIdentifier must be annotated explicitly withthis annotation.
- onBeforeInsert() - function in com.brightcove.player.store.AbstractDownloadRequestSet
- Sets the create time before the inserting the entity into the database table.
- onBeforeInsert() - function in com.brightcove.player.store.AbstractDownloadRequest
- Sets the create time before the inserting the entity into the database table.
- onCancelled() - function in com.brightcove.player.network.DownloadManager.Listener
- Called when a download request set has been removed before if it was complete.
- onChanged(DownloadStatus) - function in com.brightcove.player.network.DownloadManager.Listener
- Called when the overall progress of the download request set has changed.
- onCompleted(DownloadStatus) - function in com.brightcove.player.network.DownloadManager.Listener
- Called when a download request set has been completed successfully
- onCreated(int) - function in com.brightcove.player.store.OfflineStoreManager
- onDeleted() - function in com.brightcove.player.network.DownloadManager.Listener
- Called when a download request set has been removed after if it was complete.
- onDownloadCanceled(Video) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be invoked when the download request of a media has been cancelled.
- onDownloadCompleted(Video,DownloadStatus) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be invoked upon successful download of the requested media.
- onDownloadDeleted(Video) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be invoked when the fully downloaded copy of a media was deleted.
- onDownloadFailed(Video,DownloadStatus) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be invoked when the requested of a media cannot be downloaded due to anerror.
- onDownloadPaused(Video,DownloadStatus) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be invoked when the requested of a media cannot be downloaded due to anerror.
- onDownloadProgress(Video,DownloadStatus) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be called when the download request is currently running.
- onDownloadRequested(Video) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be called when download request begins to process.
- onDownloadStarted(Video,long,Map) - function in com.brightcove.player.offline.MediaDownloadable.DownloadEventListener
- This method will be called after successfully placing all required assets for themedia in the download queue.
- onFailed(DownloadStatus) - function in com.brightcove.player.network.DownloadManager.Listener
- Called when a download request set has failed.
- onFailure(Throwable) - function in com.brightcove.player.edge.OfflineCallback
- Called when an error has happened while executing the operation.
- onLoadCanceled(MediaPresentationDescriptionLoadable,long,long,boolean) - function in com.brightcove.player.offline.DashDownloadable
- onLoadCanceled(T,long,long,boolean) - function in com.google.android.exoplayer2.upstream.DashDownloadable
- onLoadCompleted(MediaPresentationDescriptionLoadable,long,long) - function in com.brightcove.player.offline.DashDownloadable
- onLoadCompleted(T,long,long) - function in com.google.android.exoplayer2.upstream.DashDownloadable
- onLoadError(MediaPresentationDescriptionLoadable,long,long,IOException,int) - function in com.brightcove.player.offline.DashDownloadable
- onLoadError(T,long,long,IOException,int) - function in com.google.android.exoplayer2.upstream.DashDownloadable
- onResult(MediaDownloadable,Bundle) - function in com.brightcove.player.offline.MediaDownloadable.MediaFormatListener
- Method to be called when the tracks are available.
- onSuccess(R) - function in com.brightcove.player.edge.OfflineCallback
- Called when the operation has completed successfully.
- onUpgraded(int,int) - function in com.brightcove.player.store.OfflineStoreManager
- onVideoSizeEstimated(long) - function in com.brightcove.player.offline.MediaDownloadable.OnVideoSizeCallback