Documentation ¶
Index ¶
- Variables
- type Option
- type Projector
- func (p *Projector) Blank(ctx context.Context) (bool, error)
- func (p *Projector) Power(ctx context.Context) (bool, error)
- func (p *Projector) SetBlank(ctx context.Context, blank bool) error
- func (p *Projector) SetPower(ctx context.Context, power bool) error
- func (p *Projector) SetVideoInput(ctx context.Context, output, input string) error
- func (p *Projector) VideoInputs(ctx context.Context) (map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithAVOnlyMute ¶
func WithAVOnlyMute() Option
func WithLogger ¶
func WithPassword ¶
func WithPowerOnDelay ¶
type Projector ¶
type Projector struct {
// contains filtered or unexported fields
}
func NewProjector ¶
func (*Projector) SetVideoInput ¶
Click to show internal directories.
Click to hide internal directories.