AbstractPlayerSession

AbstractPlayerSession ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
typePlayerSessionType

type of player session

currentSourceAbstractSource

the current source being played if any

statePlayerState

the state of the player

playingStatePlayerPlayingState

the playing state of the player

errorsObject

a stack of errors with the code as key

isMutedBoolean

flag to know if session is muted or not

isPresentationEnabledBoolean

flag to know if session has presentation enabled or not

AbstractPlayerSession()

PlayerSession Model