Documentation
¶
Index ¶
- type GroupRenderingControl
- func (s *GroupRenderingControl) GetGroupMute() (bool, error)
- func (s *GroupRenderingControl) GetGroupVolume() (int, error)
- func (s *GroupRenderingControl) SetGroupMute(state bool) error
- func (s *GroupRenderingControl) SetGroupVolume(volume int) error
- func (s *GroupRenderingControl) SetRelativeGroupVolume(volume int) (int, error)
- func (s *GroupRenderingControl) SnapshotGroupVolume() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupRenderingControl ¶
func New ¶
func New(send func(action, body, targetTag string) (string, error)) GroupRenderingControl
func (*GroupRenderingControl) GetGroupMute ¶
func (s *GroupRenderingControl) GetGroupMute() (bool, error)
func (*GroupRenderingControl) GetGroupVolume ¶
func (s *GroupRenderingControl) GetGroupVolume() (int, error)
func (*GroupRenderingControl) SetGroupMute ¶
func (s *GroupRenderingControl) SetGroupMute(state bool) error
func (*GroupRenderingControl) SetGroupVolume ¶
func (s *GroupRenderingControl) SetGroupVolume(volume int) error
func (*GroupRenderingControl) SetRelativeGroupVolume ¶
func (s *GroupRenderingControl) SetRelativeGroupVolume(volume int) (int, error)
func (*GroupRenderingControl) SnapshotGroupVolume ¶
func (s *GroupRenderingControl) SnapshotGroupVolume() error
Click to show internal directories.
Click to hide internal directories.