Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
AspectRatio.h File Reference
#include <cstdint>

Classes

class  CAspectRatio
 

Variables

constexpr unsigned int ASPECT_ALIGN_CENTER = 0
 
constexpr unsigned int ASPECT_ALIGN_LEFT = 1
 
constexpr unsigned int ASPECT_ALIGN_RIGHT = 2
 
constexpr unsigned int ASPECT_ALIGNY_CENTER = 0
 
constexpr unsigned int ASPECT_ALIGNY_TOP = 4
 
constexpr unsigned int ASPECT_ALIGNY_BOTTOM = 8
 
constexpr unsigned int ASPECT_ALIGN_MASK = 3
 
constexpr unsigned int ASPECT_ALIGNY_MASK = ~3
 

Variable Documentation

◆ ASPECT_ALIGN_CENTER

unsigned int ASPECT_ALIGN_CENTER = 0
inlineconstexpr

◆ ASPECT_ALIGN_LEFT

unsigned int ASPECT_ALIGN_LEFT = 1
inlineconstexpr

◆ ASPECT_ALIGN_MASK

unsigned int ASPECT_ALIGN_MASK = 3
inlineconstexpr

◆ ASPECT_ALIGN_RIGHT

unsigned int ASPECT_ALIGN_RIGHT = 2
inlineconstexpr

◆ ASPECT_ALIGNY_BOTTOM

unsigned int ASPECT_ALIGNY_BOTTOM = 8
inlineconstexpr

◆ ASPECT_ALIGNY_CENTER

unsigned int ASPECT_ALIGNY_CENTER = 0
inlineconstexpr

◆ ASPECT_ALIGNY_MASK

unsigned int ASPECT_ALIGNY_MASK = ~3
inlineconstexpr

◆ ASPECT_ALIGNY_TOP

unsigned int ASPECT_ALIGNY_TOP = 4
inlineconstexpr