A
B
C
D
E
F
G
H
I
M
O
P
Q
R
S
T
U
V
W
I
- IDownloadManager - class in com.brightcove.player.network
- Defines the contract of a download manager, which can used to queue and manage download requests.
- IDownloadManager.IRequest - class in com.brightcove.player.network.IDownloadManager
- Contract of a download request that can be submitted to the download manager.
- IDownloadManager.IRequest.Visibility - class in com.brightcove.player.network.IDownloadManager.IRequest
- The list of possible visibility states.
- initCause(Throwable) - function in java.lang.InvalidDownloadPathException
- initCause(Throwable) - function in java.lang.EntityNotFoundException
- initialize(OfflinePlaybackPlugin.Modules) - function in com.brightcove.player.OfflinePlaybackPlugin
- Initializes the plugin by using the supplied modules to fulfill the required dependencies.
- inject(OfflinePlaybackPlugin) - function in com.brightcove.player.OfflinePlaybackSupport
- inject(OfflinePlaybackPlugin) - function in com.brightcove.player.OfflinePlaybackPlugin.Modules
- InvalidDownloadPathException - class in com.brightcove.player.exception
- Exception thrown when the download path is invalid.
- isAllowedOverBluetooth() - function in com.brightcove.player.network.IDownloadManager.IRequest
- Specifies whether this download may proceed over a bluetooth network connection.
- isAllowedOverBluetooth() - function in com.brightcove.player.network.DownloadManager.Request
- Specifies whether this download may proceed over a bluetooth network connection.
- isAllowedOverBluetooth() - function in com.brightcove.player.network.AbstractDownloadRequest
- Specifies whether this download may proceed over a bluetooth network connection.
- isAllowedOverMetered() - function in com.brightcove.player.network.IDownloadManager.IRequest
- Specifies whether this download may proceed over a metered network connection.
- isAllowedOverMetered() - function in com.brightcove.player.network.DownloadManager.Request
- Specifies whether this download may proceed over a metered network connection.
- isAllowedOverMetered() - function in com.brightcove.player.network.AbstractDownloadRequest
- Specifies whether this download may proceed over a metered network connection.
- isAllowedOverMobile() - function in com.brightcove.player.network.IDownloadManager.IRequest
- Specifies whether this download may proceed over a mobile network connection.
- isAllowedOverMobile() - function in com.brightcove.player.network.DownloadManager.Request
- Specifies whether this download may proceed over a mobile network connection.
- isAllowedOverMobile() - function in com.brightcove.player.network.AbstractDownloadRequest
- Specifies whether this download may proceed over a mobile network connection.
- isAllowedOverRoaming() - function in com.brightcove.player.network.IDownloadManager.IRequest
- Specifies whether this download may proceed over a roaming connection.
- isAllowedOverRoaming() - function in com.brightcove.player.network.DownloadManager.Request
- Specifies whether this download may proceed over a roaming connection.
- isAllowedOverRoaming() - function in com.brightcove.player.network.AbstractDownloadRequest
- Specifies whether this download may proceed over a roaming connection.
- isAllowedOverWifi() - function in com.brightcove.player.network.IDownloadManager.IRequest
- Specifies whether this download may proceed over a WIFI network connection.
- isAllowedOverWifi() - function in com.brightcove.player.network.DownloadManager.Request
- Specifies whether this download may proceed over a WIFI network connection.
- isAllowedOverWifi() - function in com.brightcove.player.network.AbstractDownloadRequest
- Specifies whether this download may proceed over a WIFI network connection.
- isAllowScanningByMediaScanner() - function in com.brightcove.player.network.IDownloadManager.IRequest
- Specifies whether the file to be downloaded should be marked as scannable by MediaScanner.
- isAllowScanningByMediaScanner() - function in com.brightcove.player.network.DownloadManager.Request
- Specifies whether the file to be downloaded should be marked as scannable by MediaScanner.
- isAllowScanningByMediaScanner() - function in com.brightcove.player.network.AbstractDownloadRequest
- Specifies whether the file to be downloaded should be marked as scannable by MediaScanner.
- isBluetoothDownloadAllowed() - function in com.brightcove.player.offline.RequestConfig
- Returns whether download over a bluetooth network is allowed.By default is not allowed.
- isCurrentDownloadBatchInProgress() - function in com.brightcove.player.edge.OfflineStoreManager
- Checks if the current set of download request are still being processed.
- isDownloadCompleted(Long) - function in com.brightcove.player.edge.OfflineStoreManager
- Checks if the DownloadRequestSet is completed.
- isDownloadPathValid() - function in com.brightcove.player.edge.OfflineCatalog
- Checks whether the download path is valid.
- isDownloadPathValid() - function in com.brightcove.player.edge.AbstractOfflineCatalog
- Checks whether the download path is valid.
- isMarkedForDeletion() - function in com.brightcove.player.network.DownloadStatus
- Checks if the status indicates the download is currently marked for deletion.
- isMarkedForDeletion() - function in com.brightcove.player.store.AbstractDownloadRequestSet
- Checks if the status indicates the download is currently marked for deletion.
- isMeteredDownloadAllowed() - function in com.brightcove.player.edge.OfflineCatalog
- Returns whether download over a metered network is allowed.By default the SDK will not use a metered network.
- isMeteredDownloadAllowed() - function in com.brightcove.player.edge.AbstractOfflineCatalog
- Returns whether download over a metered network is allowed.By default the SDK will not use a metered network.
- isMeteredDownloadAllowed() - function in com.brightcove.player.offline.RequestConfig
- Returns whether download over a metered network is allowed.By default is not allowed.
- isMobileDownloadAllowed() - function in com.brightcove.player.edge.OfflineCatalog
- This method can be used to check if the SDK is currently configured to use a cellular networkfor downloading DRM media assets.
- isMobileDownloadAllowed() - function in com.brightcove.player.edge.AbstractOfflineCatalog
- This method can be used to check if the SDK is currently configured to use a cellular networkfor downloading DRM media assets.
- isMobileDownloadAllowed() - function in com.brightcove.player.offline.RequestConfig
- Returns whether download over a mobile network is allowed.By default is not allowed.
- isRoamingDownloadAllowed() - function in com.brightcove.player.edge.OfflineCatalog
- This method can be used to check if the SDK is currently configured to use a cellular roamingnetwork for downloading DRM media assets.
- isRoamingDownloadAllowed() - function in com.brightcove.player.edge.AbstractOfflineCatalog
- This method can be used to check if the SDK is currently configured to use a cellular roamingnetwork for downloading DRM media assets.
- isRoamingDownloadAllowed() - function in com.brightcove.player.offline.RequestConfig
- Returns whether download over a mobile roaming network is allowed.By default is not allowed.
- isVideoDownloadable(Video) - function in com.brightcove.player.edge.OfflineCatalog
- Checks if the video parameter can be downloaded and the directory to store the downloadedvideo files is valid.
- isVideoDownloadable(Video) - function in com.brightcove.player.edge.AbstractOfflineCatalog
- Checks if the video parameter can be downloaded and the directory to store the downloadedvideo files is valid.
- isVisibleInDownloadsUi() - function in com.brightcove.player.network.IDownloadManager.IRequest
- Gets whether this download should be displayed in the system's Downloads UI.
- isVisibleInDownloadsUi() - function in com.brightcove.player.network.DownloadManager.Request
- Gets whether this download should be displayed in the system's Downloads UI.
- isVisibleInDownloadsUi() - function in com.brightcove.player.network.AbstractDownloadRequest
- Gets whether this download should be displayed in the system's Downloads UI.
- isWifiDownloadAllowed() - function in com.brightcove.player.offline.RequestConfig
- Returns whether download over a WIFI network is allowed.By default is not allowed.