Crate monitor_input

Source
Expand description

This crate contains a command line tool and its library to change input sources of display monitors with DDC/CI.

  • The Cli struct provides the command line tool.
  • The Monitor struct provides functions to change input sources of display monitors.

Structs§

Cli
A command line tool to change display monitors’ input sources via DDC/CI.
Monitor
Represents a display monitor.

Enums§

InputSource
An input source value. See also InputSourceRaw.

Type Aliases§

InputSourceRaw
The raw representation of an input source value. See also InputSource.