data class InstreamParams
<init> |
InstreamParams(playerDelegate: SxInstreamPlayerDelegate, surface: View, overlay: ViewGroup, config: SxConfiguration, adSlots: List<SxSequencerAdSlot>) InstreamParams(playerWrapper: IInstreamVideoPlayerWrapper, config: SxConfiguration, adSlots: List<SxSequencerAdSlot>) |
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 |