Package com.brightcove.player.view
See: Description
-
Class Summary Class Description BrightcoveSurfaceView BrightcoveClosedCaptioningView This view (a FrameLayout) implements the proper layout and formatting for closed captions for a BaseVideoView. BrightcoveVideoView BrightcoveVideoView extends the BaseVideoView using a android.view.SurfaceView based RenderView. BrightcoveTextureVideoView BrightcoveTextureVideoView extends the BaseVideoView using a TextureView based RenderView. BrightcoveTextureView BrightcovePlayerFragment A Fragment with basic life cycle and full screen support. BrightcovePlayer An Activity with basic life cycle and full screen support. BaseVideoView BaseVideoView provides the base functionality for BrightcoveVideoView, which for historical reasons isn't named BrightcoveSurfaceVideoView, and BrightcoveTextureVideoView. BrightcoveClosedCaptioningSurfaceView TimedTextView Specialized TextView to handle timed strings with formats hh:mm:ss or mm:ss -
Enum Summary Enum Description ClosedCaptioningMode Specifies the type of captions being used currently. -
Interface Summary Interface Description OnVideoViewSizeChangedListener Interface definition for a callback to be invoked when theBaseVideoView's size changes. RenderView A common interface implemented by BrightcoveSurfaceView and BrightcoveTextureView.