class
VideoOutputInfo
Contains information about a video output device, including a list of all available video modes.
Public
Constructors
VideoOutputInfo
VideoOutputInfo() = default
Methods
~VideoOutputInfo
virtual ~VideoOutputInfo()
GetName
const String &GetName() const
Name of the output device.
GetVideoModeCount
u32 GetVideoModeCount() const
Number of available video modes for this output.
GetVideoMode
Returns video mode at the specified index.
GetDesktopVideoMode
Returns the video mode currently used by the desktop.