lib / tv.smartclip.smartclientandroid.lib.di.modules / InstreamParams

InstreamParams

data class InstreamParams

Constructors

<init>

InstreamParams(playerDelegate: SxInstreamPlayerDelegate, surface: View, overlay: ViewGroup, config: SxConfiguration, adSlots: List<SxSequencerAdSlot>)
InstreamParams(playerWrapper: IInstreamVideoPlayerWrapper, config: SxConfiguration, adSlots: List<SxSequencerAdSlot>)

Properties

adSlots

val adSlots: List<SxSequencerAdSlot>

config

val config: SxConfiguration

overlay

val overlay: ViewGroup

playerDelegate

val playerDelegate: SxInstreamPlayerDelegate?

playerWrapper

val playerWrapper: IInstreamVideoPlayerWrapper?

surface

val surface: View