SLRVideoPlayerView

Interface for providing SLRVideoPlayer ui view. Api based on ExoPlayer library.

Types

Link copied to clipboard

Resize modes for player view.

Link copied to clipboard

Types of player view.

Functions

Link copied to clipboard
abstract fun getView(): View

Returns player View which can be added to Android UI hierarchy.

Link copied to clipboard

Apply ResizeMode to player view.

Link copied to clipboard
abstract fun setShowControls(showControls: Boolean)

Show controls of player view.

Link copied to clipboard
abstract fun setVideoPlayer(player: SLRVideoPlayer?)

Set SLRVideoPlayer to player view.