BrightcovePlayerFragment
A backward compatible androidx-namespaced Fragment class with basic life cycle and full screen support. The onCreateView() should be extended to wire up the fragment's layout to the baseVideoView instance variable before calling super.onCreateView(). For example:
baseVideoView = (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
Returns the BrightcoveVideoView to it's original layout parameters and restores the ActionBar.
Link copied to clipboard
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