Class VideoOutputInformation

Contains information about a video output device, including a list of all available video modes.

Hierarchy

  • FrameworkObject
    • VideoOutputInformation

Constructors

Accessors

  • get name(): string
  • Name of the output device.

    Returns string

  • get videoModeCount(): number
  • Number of available video modes for this output.

    Returns number

Methods