interface IExoVideoSwitcher
showAd |
abstract fun showAd(uri: Uri): Unit |
showContent |
abstract fun showContent(uri: Uri): Unit |
ExoVideoSwitcher |
open class ExoVideoSwitcher : IExoVideoSwitcher, IExoVideoLoader |
InstreamExoWrapper |
Implements the IInstreamVideoPlayerWrapper for the SimpleExoPlayer. open class InstreamExoWrapper : ExoWrapper, IInstreamVideoPlayerWrapper, IExoVideoSwitcher |