BitmovinVideoPlayerPlugin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val name: String

Name of the video player plugin.

Link copied to clipboard
open override val version: String

Version of the video player plugin.

Functions

Link copied to clipboard
open override fun pause()

Pauses playback of the video.

Link copied to clipboard
open override fun play()

Starts playback of the video.

Link copied to clipboard
open override fun PlayerView(hlsUrl: String)

Renders the player view for the video player plugin.

Link copied to clipboard
open override fun removePlayer()

Removes the player instance and cleans up resources.

Link copied to clipboard
open override fun setup()

Performs setup operations for the video player plugin.