Package com.brightcove.player.controller
Class FullScreenController
java.lang.Object
com.brightcove.player.controller.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).
-
Constructor Summary
ConstructorDescriptionFullScreenController
(BaseVideoView videoView) Builds a controller to manage entering and exiting full screen mode for a given video view. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Obtains the full screen mode from the controller's perspective.
-
Constructor Details
-
FullScreenController
Builds a controller to manage entering and exiting full screen mode for a given video view.- Parameters:
videoView
- The non-null SDK video view object, one that has an event emitter.
-
-
Method Details
-
isFullScreen
public boolean isFullScreen()Obtains the full screen mode from the controller's perspective.- Returns:
TRUE
iff the video is in full screen mode (playing, paused or stopped).
-