lib / tv.smartclip.smartclientandroid.lib / SxSequencer / Companion

Companion

companion object Companion : (SxInstreamVideoPlayerWrapper, List<SxSequencerAdSlot>) -> SxSequencer, (SxInstreamVideoPlayerWrapper, List<SxSequencerAdSlot>, SxConfiguration) -> SxSequencer, (SxInstreamPlayerDelegate, View, ViewGroup, List<SxSequencerAdSlot>, SxConfiguration) -> SxSequencer

Companion Object Functions

invoke

Controller class for instream use cases using the default configuration.

fun invoke(wrapper: SxInstreamVideoPlayerWrapper, adSlots: List<SxSequencerAdSlot>): SxSequencer

Controller class for instream use cases.

fun invoke(wrapper: SxInstreamVideoPlayerWrapper, adSlots: List<SxSequencerAdSlot>, config: SxConfiguration): SxSequencerfun invoke(playerDelegate: SxInstreamPlayerDelegate, surfaceView: View, overlayContainer: ViewGroup, adSlots: List<SxSequencerAdSlot>, config: SxConfiguration): SxSequencer