BrightcovePlayerFragment
A Fragment with basic life cycle and full screen support. The onCreateView() should be extended to wire up the activity's layout to the brightcoveVideoView instance variable before calling super.onCreateView(). For example:
brightcoveVideoView = (BaseVideoView) findViewById(R.id.brightcove_video_view);
Functions
Link copied to clipboard
Expands the BrightcoveVideoView layout parameters to match the parent and hides the ActionBar.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the BrightcoveVideoView to it's original layout parameters and restores the ActionBar.
Link copied to clipboard
Link copied to clipboard
open fun onCreateView(inflater: LayoutInflater, container: ViewGroup, savedInstanceState: Bundle): View
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard