FullScreenController

The default Brightcove enter/exit full screen controller. This class is responsible for putting the video view into full screen mode and taking it out of full screen mode in response to programattic (via SDK events) or user interactions (button clicks).

Author

Paul Michael Reilly --- pmreilly@brightcove.com

Constructors

Link copied to clipboard
constructor(videoView: BaseVideoView)
Builds a controller to manage entering and exiting full screen mode for a given video view.

Functions

Link copied to clipboard
open fun isFullScreen(): Boolean
Obtains the full screen mode from the controller's perspective.
Link copied to clipboard
Checks if device is in fullscreen and portrait mode.
Link copied to clipboard
open fun isLandscape(): Boolean
Checks if device is in Landscape mode.