BrightcovePlayerActivity

An AppCompatActivity with basic life cycle and full screen support.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val eventLogger: EventLogger
Link copied to clipboard
val TAG: String

Functions

Link copied to clipboard
open fun enterFullScreen()
Expands the BrightcoveVideoView layout parameters to match the parent and hides the ActionBar.
Link copied to clipboard
open fun exitFullScreen()
Returns the BrightcoveVideoView to it's original layout parameters and restores the ActionBar.
Link copied to clipboard
open fun getBaseVideoView(): BaseVideoView
Link copied to clipboard
open fun setContentView(view: View)
open fun setContentView(layoutResId: Int)
open fun setContentView(view: View, params: LayoutParams)
Link copied to clipboard