class
VideoModeInfo
Contains information about available output devices (for example monitor) and their video modes.
Public
Constructors
VideoModeInfo
VideoModeInfo() = default
Methods
~VideoModeInfo
virtual ~VideoModeInfo()
GetOutputCount
u32 GetOutputCount() const
Returns the number of available output devices.
GetOutputInfo
Returns video mode information about a specific output device. 0th index always represents the primary device while order of others is undefined.
Protected
Fields
mOutputs
Vector<VideoOutputInfo *> mOutputs