Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::WINDOWING::WAYLAND::COutput::Mode Struct Reference

#include <Output.h>

Public Member Functions

 Mode (CSizeInt size, std::int32_t refreshMilliHz)
 
float GetRefreshInHz () const
 
std::tuple< std::int32_t, std::int32_t, std::int32_t > AsTuple () const
 
bool operator< (const Mode &right) const
 
bool operator== (const Mode &right) const
 
bool operator!= (const Mode &right) const
 

Public Attributes

CSizeInt size
 
std::int32_t refreshMilliHz
 

Constructor & Destructor Documentation

◆ Mode()

KODI::WINDOWING::WAYLAND::COutput::Mode::Mode ( CSizeInt size,
std::int32_t refreshMilliHz )
inline

Member Function Documentation

◆ AsTuple()

std::tuple< std::int32_t, std::int32_t, std::int32_t > KODI::WINDOWING::WAYLAND::COutput::Mode::AsTuple ( ) const
inline

◆ GetRefreshInHz()

float KODI::WINDOWING::WAYLAND::COutput::Mode::GetRefreshInHz ( ) const
inline

◆ operator!=()

bool KODI::WINDOWING::WAYLAND::COutput::Mode::operator!= ( const Mode & right) const
inline

◆ operator<()

bool KODI::WINDOWING::WAYLAND::COutput::Mode::operator< ( const Mode & right) const
inline

◆ operator==()

bool KODI::WINDOWING::WAYLAND::COutput::Mode::operator== ( const Mode & right) const
inline

Member Data Documentation

◆ refreshMilliHz

std::int32_t KODI::WINDOWING::WAYLAND::COutput::Mode::refreshMilliHz

◆ size

CSizeInt KODI::WINDOWING::WAYLAND::COutput::Mode::size

The documentation for this struct was generated from the following file: