A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
B
- backgroundColor() - function in com.brightcove.player.captioning.BrightcoveCaptionStyle
- backgroundColor(int) - function in com.brightcove.player.captioning.BrightcoveCaptionStyle.Builder
- BackgroundEventListener - class in com.brightcove.player.event
- Implements an EventListener and calls processEvent on a background thread.
- backgroundOpacity() - function in com.brightcove.player.captioning.BrightcoveCaptionStyle
- backgroundOpacity(int) - function in com.brightcove.player.captioning.BrightcoveCaptionStyle.Builder
- backgroundProcessEvent(Event) - function in com.brightcove.player.event.BackgroundEventListener
- Process a given event to some purpose.
- BaseEntity - class in com.brightcove.player.store
- Created by rsubramaniam on 10/19/17.
- BaseStore - class in com.brightcove.player.store
- A base wrapper for io.requery.EntityStore.
- BaseVideoView - class in com.brightcove.player.view
- BaseVideoView provides the base functionality for BrightcoveVideoView, which for historical reasons isn't named BrightcoveSurfaceVideoView, and BrightcoveTextureVideoView.
- BaseVideoView.OnVideoViewSizeChangedListener - class in com.brightcove.player.view.BaseVideoView
- Interface definition for a callback to be invoked when theBaseVideoView's size changes.
- BaseVideoViewAccessibilityDelegate - class in com.brightcove.player.accessibility
- BaseVideoViewExtensionsKt - class in com.brightcove.player.interactivity.util
- BEFORE - enum entry in com.brightcove.player.model.Region.DisplayAlign
- BEFORE - enum entry in com.brightcove.player.model.CuePoint.PositionType
Pre-roll, plays before the main content of the video.
- beginBatchEdit() - function in android.widget.BrightcoveClosedCaptioningTextView
- beginBatchEdit() - function in android.widget.TimedTextView
- beginBatchEdit() - function in android.widget.AnnotationTextView
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BrightcoveCaptionPropertiesActivity
- bindIsolatedService(Intent,int,String,Executor,ServiceConnection) - function in android.content.BrightcovePlayer
- bindService(Intent,ServiceConnection,int) - function in android.content.BrightcoveCaptionPropertiesActivity
- bindService(Intent,ServiceConnection,int) - function in android.content.BrightcovePlayer
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BrightcoveCaptionPropertiesActivity
- bindServiceAsUser(Intent,ServiceConnection,int,UserHandle) - function in android.content.BrightcovePlayer
- Block - class in com.brightcove.player.model
- Represents a single timed-text element.
- BOLD - enum entry in com.brightcove.player.model.StyledElement.FontWeight
- BrightcoveAudioTracksController - class in com.brightcove.player.controller
- A controller class for managing audio tracks dialog windows.
- BrightcoveCaptionFormat - class in com.brightcove.player.captioning
- A class for describing the format options of a caption source.
- BrightcoveCaptionFormat.Builder - class in com.brightcove.player.captioning.BrightcoveCaptionFormat
- The Builder interface to store BrightcoveCaptionFormat data.
- BrightcoveCaptionPropertiesActivity - class in com.brightcove.player.captioning
- A host Activity for the BrightcoveCaptionPropertiesFragment.
- BrightcoveCaptionPropertiesFragment - class in com.brightcove.player.captioning
- A preference screen for users to customize their ~captions experience~
- BrightcoveCaptionStyle - class in com.brightcove.player.captioning
- A convenience class to build up and represent a Caption Style
- BrightcoveCaptionStyle.Builder - class in com.brightcove.player.captioning.BrightcoveCaptionStyle
- BrightcoveClosedCaption - class in com.brightcove.player.captioning
- A class for describing a closed caption, comprised of a start and end time as well as the caption text.
- BrightcoveClosedCaptioningController - class in com.brightcove.player.controller
- A controller class for managing closed captioning dialogue windows.
- BrightcoveClosedCaptioningManager - class in com.brightcove.player.management
- A class for managing instances of styled closed captions and their settings.
- BrightcoveClosedCaptioningSurfaceView - class in com.brightcove.player.view
- BrightcoveClosedCaptioningTextView - class in com.brightcove.player.captioning
- A TextView that encapsulates a rendered closed caption.
- BrightcoveClosedCaptioningView - class in com.brightcove.player.view
- This view (a FrameLayout) implements the proper layout and formatting for closed captions for a BaseVideoView.
- BrightcoveClosedCaptioningView.ClosedCaptioningMode - class in com.brightcove.player.view.BrightcoveClosedCaptioningView
- Specifies the type of captions being used currently.
- BrightcoveControlBar - class in com.brightcove.player.mediacontroller
- Provides a control bar wrapper class.
- BrightcoveDrmSession - class in com.brightcove.player.drm
- Contract of a DRM session.
- BrightcoveDrmUtil - class in com.brightcove.player.drm
- Provides utility methods to work DRM licenses.
- BrightcoveError - class in com.brightcove.player.model
- BrightcoveError.ErrorCode - class in com.brightcove.player.model.BrightcoveError
- BrightcoveMediaController - class in com.brightcove.player.mediacontroller
- The default Brightcove media controller patterned on the Brightcove Web Player.
- BrightcoveMediaControlRegistry - class in com.brightcove.player.mediacontroller
- Defines the interface for managing a collection of controllers for media control buttons which use an icon fontset to present the button operation via a glyph defined by the font.
- BrightcoveMediaControlRegistryImpl - class in com.brightcove.player.mediacontroller
- Provides a button controller registry where collections of button controllers are managed.
- BrightcoveMediaDrmCallback - class in com.brightcove.player.drm
- Provides a base implementation of Media DRM callback handler that can be used as a concrete implementation specific to ExoPlayer and the Widevine CDM.
- BrightcoveNotificationListener - class in com.brightcove.player.playback
- A listener for changes to the notification.
- BrightcovePictureInPictureParams - class in com.brightcove.player.pictureinpicture
- Represents a set of parameters used to initialize and update an Activity in picture-in-picture mode.
- BrightcovePictureInPictureParams.Builder - class in com.brightcove.player.pictureinpicture.BrightcovePictureInPictureParams
- Builder class for BrightcovePictureInPictureParams objects.
- BrightcovePlayer - class in com.brightcove.player.view
- An Activity with basic life cycle and full screen support.
- BrightcovePlayerFragment - class in com.brightcove.player.view
- A Fragment with basic life cycle and full screen support.
- BrightcovePlayerOptionsManager - class in com.brightcove.player.controller
- Singleton class used to make manage the player options menu and its items, used for Android TV.
- BrightcovePluginManager - class in com.brightcove.player.management
- BrightcoveSeekBar - class in com.brightcove.player.mediacontroller
- Provides a seek bar object that also manages arbitrary markers for chapters, ads or some other purpose.
- BrightcoveSeekBarController - class in com.brightcove.player.mediacontroller
- Abstracts the seekbar operations and provides a helper class for the seekbar in general.
- BrightcoveShowHideController - class in com.brightcove.player.mediacontroller
- Abstracts the show/hide operations.
- BrightcoveSourceSelector - class in com.brightcove.player.controller
- It is the default SourceSelector implementation that will automatically select a Source rendition based on the following rules:
- If an HLS source rendition exists use it (there should be only one, if any)
- If no HLS renditions exists, but MP4 renditions exist, use the rendition that is closest to 256 kBps
- If no HLS or MP4 renditions exist, throw a NoSourceFoundException
- BrightcoveSurfaceView - class in com.brightcove.player.view
- BrightcoveTextureVideoView - class in com.brightcove.player.view
- BrightcoveTextureVideoView extends the BaseVideoView using a TextureView based RenderView.
- BrightcoveTextureView - class in com.brightcove.player.view
- BrightcoveTokenAuthorizer - class in com.brightcove.player.edge
- The class responsible to configure a Video with a Brightcove aiuthorization token.
- BrightcoveVideoView - class in com.brightcove.player.view
- BrightcoveVideoView extends the BaseVideoView using a android.view.SurfaceView based RenderView.
- bringChildToFront(View) - function in android.view.BrightcoveClosedCaptioningView
- bringChildToFront(View) - function in android.view.BrightcoveVideoView
- bringChildToFront(View) - function in android.view.BrightcoveTextureVideoView
- bringChildToFront(View) - function in android.view.BaseVideoView
- bringChildToFront(View) - function in android.view.BrightcoveControlBar
- bringChildToFront(View) - function in android.view.AnnotationTransparentView
- bringPointIntoView(int) - function in android.widget.BrightcoveClosedCaptioningTextView
- bringPointIntoView(int) - function in android.widget.TimedTextView
- bringPointIntoView(Integer) - function in android.widget.AnnotationTextView
- bringPointIntoView(Integer,Boolean) - function in android.widget.AnnotationTextView
- bringToFront() - function in android.view.BrightcoveClosedCaptioningTextView
- bringToFront() - function in android.view.BrightcoveSurfaceView
- bringToFront() - function in android.view.BrightcoveClosedCaptioningView
- bringToFront() - function in android.view.BrightcoveVideoView
- bringToFront() - function in android.view.BrightcoveTextureVideoView
- bringToFront() - function in android.view.BrightcoveTextureView
- bringToFront() - function in android.view.BaseVideoView
- bringToFront() - function in android.view.BrightcoveClosedCaptioningSurfaceView
- bringToFront() - function in android.view.TimedTextView
- bringToFront() - function in android.view.BrightcoveSeekBar
- bringToFront() - function in android.view.BrightcoveControlBar
- bringToFront() - function in android.view.AnnotationImageView
- bringToFront() - function in android.view.AnnotationTextView
- bringToFront() - function in android.view.AnnotationTimeView
- bringToFront() - function in android.view.AnnotationTransparentView
- build() - function in com.brightcove.player.ads.AdPlayer.AdPlayerSettings.Builder
- build() - function in com.brightcove.player.drm.CustomerRightsTokenConfig.Builder
- Builds the CustomerRightsTokenConfig.
- build() - function in com.brightcove.player.pictureinpicture.BrightcovePictureInPictureParams.Builder
- build() - function in com.brightcove.player.network.HttpRequestConfig.Builder
- Builds the HttpRequestConfig object.
- build() - function in com.brightcove.player.captioning.BrightcoveCaptionFormat.Builder
- build() - function in com.brightcove.player.captioning.BrightcoveCaptionStyle.Builder
- build() - function in com.brightcove.player.edge.Catalog.Builder
- Builds the Catalog object.
- build() - function in com.brightcove.player.model.Video.Builder
- Builds the Video object.
- build() - function in com.brightcove.player.model.RendererConfig.Builder
- build() - function in com.brightcove.player.mediacontroller.MediaControllerConfig.Builder
- Builds the MediaControllerConfig.
- build(EventEmitter,Class) - function in com.brightcove.player.event.RegisteringEventEmitter
- Factory method to create a new RegisteringEventEmitter given an existing EventEmitter anda Component implementation.
- build() - function in com.brightcove.player.analytics.insights.AdInsight.Builder
- BuildConfig - class in com.brightcove.player
- buildDrawingCache() - function in android.view.BrightcoveClosedCaptioningTextView
- buildDrawingCache() - function in android.view.BrightcoveSurfaceView
- buildDrawingCache() - function in android.view.BrightcoveClosedCaptioningView
- buildDrawingCache() - function in android.view.BrightcoveVideoView
- buildDrawingCache() - function in android.view.BrightcoveTextureVideoView
- buildDrawingCache() - function in android.view.BrightcoveTextureView
- buildDrawingCache() - function in android.view.BaseVideoView
- buildDrawingCache() - function in android.view.BrightcoveClosedCaptioningSurfaceView
- buildDrawingCache() - function in android.view.TimedTextView
- buildDrawingCache() - function in android.view.BrightcoveSeekBar
- buildDrawingCache() - function in android.view.BrightcoveControlBar
- buildDrawingCache() - function in android.view.AnnotationImageView
- buildDrawingCache(Boolean) - function in android.view.AnnotationImageView
- buildDrawingCache() - function in android.view.AnnotationTextView
- buildDrawingCache(Boolean) - function in android.view.AnnotationTextView
- buildDrawingCache() - function in android.view.AnnotationTimeView
- buildDrawingCache(Boolean) - function in android.view.AnnotationTimeView
- buildDrawingCache() - function in android.view.AnnotationTransparentView
- buildDrawingCache(Boolean) - function in android.view.AnnotationTransparentView
- builder() - function in com.brightcove.player.captioning.BrightcoveCaptionFormat
- Creates a new builder for the BrightcoveCaptionFormat class.
- builder() - function in com.brightcove.player.captioning.BrightcoveCaptionStyle
- buildLayer() - function in android.view.BrightcoveClosedCaptioningTextView
- buildLayer() - function in android.view.BrightcoveSurfaceView
- buildLayer() - function in android.view.BrightcoveClosedCaptioningView
- buildLayer() - function in android.view.BrightcoveVideoView
- buildLayer() - function in android.view.BrightcoveTextureVideoView
- buildLayer() - function in android.view.BrightcoveTextureView
- buildLayer() - function in android.view.BaseVideoView
- buildLayer() - function in android.view.BrightcoveClosedCaptioningSurfaceView
- buildLayer() - function in android.view.TimedTextView
- buildLayer() - function in android.view.BrightcoveSeekBar
- buildLayer() - function in android.view.BrightcoveControlBar
- buildLayer() - function in android.view.AnnotationImageView
- buildLayer() - function in android.view.AnnotationTextView
- buildLayer() - function in android.view.AnnotationTimeView
- buildLayer() - function in android.view.AnnotationTransparentView
- buildPlaylistFromJSON(JSONObject,EventEmitter) - function in com.brightcove.player.edge.VideoParser
- Builds a Video Playlist from a Brightcove Playback API json object.
- buildUpon() - function in com.brightcove.player.network.HttpRequestConfig
- Creates a new Builder using the current HttpRequestConfig instance.
- buildURIWithQueryParameters(String,Map) - function in com.brightcove.player.network.HttpService
- Convenience method to construct a URL object from a base URL string and a Map of querystring parameters.
- buildVideoFromJSON(JSONObject,EventEmitter) - function in com.brightcove.player.edge.VideoParser
- Builds a Video from a Brightcove Playback API json object.
- ButtonController - class in com.brightcove.player.mediacontroller.buttons
- Defines the interface for managing a media control button which uses an icon fontset to present the button operation via a glyph defined by the font.
- ButtonState - class in com.brightcove.player.mediacontroller.buttons
- Provides a class to manage a given button state, for example, the "play" state.