Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LiveConfig ¶
type LiveSession ¶
type LiveSession struct {
Id int
Config LiveConfig
State LiveState
LiveApi LiveApi
EventDispatcher interfaces.Module
ListenerManager interfaces.Module
RecorderManager interfaces.Module
// contains filtered or unexported fields
}
func NewLiveSession ¶
func NewLiveSession(id int, config LiveConfig, liveAPI LiveApi) *LiveSession
func (*LiveSession) GetState ¶
func (s *LiveSession) GetState() LiveState
func (*LiveSession) UpdateState ¶
func (s *LiveSession) UpdateState(newState LiveState)
Click to show internal directories.
Click to hide internal directories.