UIManager

Class responsible to update the UI elements of the BaseVideoView and the com.brightcove.player.mediacontroller.BrightcoveMediaController.

Author

Sergio Martinez (smartinez@brightcove.com)

Constructors

Link copied to clipboard
constructor(baseVideoView: BaseVideoView, timelineManager: TimelineManager)
Instantiates a new Ui manager.

Functions

Link copied to clipboard
open fun addAdMarkers(markerPositions: List<Long>)
Add ad markers.
Link copied to clipboard
open fun onAdOverlayConfigChanged(adOverlayConfig: AdOverlayConfig)
Triggered when there is a AdOverlayConfig change.
Link copied to clipboard
open fun onAdPodEnded(adPod: AdPod)
Indicates than an Ad pod has ended.
Link copied to clipboard
open fun onAdPodStarted(adPod: AdPod)
Indicates than an Ad pod has started.
Link copied to clipboard
open fun removeListeners()