ApiVideoPlayerFullScreenController

A class that handles the player full screen.

Internally, it creates another player view in a full screen dialog fragment.

Parameters

fragmentManager

The fragment manager.

originalPlayerView

The player view.

playerController

The player controller.

fullScreenListener

The full screen listener if you want to lock the orientation in full screen.

Constructors

Link copied to clipboard
constructor(fragmentManager: FragmentManager, originalPlayerView: ApiVideoExoPlayerView, playerController: ApiVideoPlayerController, fullScreenListener: ApiVideoExoPlayerView.FullScreenListener? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun onFullScreenModeChanged(isFullScreen: Boolean)

Original view full screen listener.