Documentation ¶
Index ¶
- type Instance
- func (i *Instance) AddIfNotExist(source deliver.FrameSource) bool
- func (i *Instance) AddSource(id string, source deliver.FrameSource)
- func (i *Instance) Close()
- func (i *Instance) DefaultSource() deliver.FrameSource
- func (i *Instance) GetSource(id string) deliver.FrameSource
- func (i *Instance) RemoveSource(id string)
- func (i *Instance) SourceIDs() []string
- func (i *Instance) Sources() map[string]deliver.FrameSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func NewInstance ¶
func NewInstance() *Instance
func (*Instance) AddIfNotExist ¶
func (i *Instance) AddIfNotExist(source deliver.FrameSource) bool
func (*Instance) DefaultSource ¶
func (i *Instance) DefaultSource() deliver.FrameSource
func (*Instance) RemoveSource ¶
Click to show internal directories.
Click to hide internal directories.