Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevManager ¶
type DevManager interface { Device(string) (*controller.Controller, bool) AllOnlineDevices() []string NameById(string) (string, bool) }
type Device ¶
type Device struct { Controller *controller.Controller Name string }
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(devmgr DevManager, mon *monitor.Monitor, streams []controller.PresetInfo) *Handler
func (*Handler) UserDefinedStreamPresets ¶
func (h *Handler) UserDefinedStreamPresets() []controller.PresetInfo
Click to show internal directories.
Click to hide internal directories.