Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <stdint.h>
#include <string>
Classes | |
struct | OVERSCAN |
struct | EdgeInsets |
struct | RESOLUTION_INFO |
Provide info of a resolution. More... | |
class | CResolutionUtils |
Macros | |
#define | DM_WINDOWED -1 |
#define | DM_FULLSCREEN 0 |
Typedefs | |
typedef int | DisplayMode |
Enumerations | |
enum | RESOLUTION { RES_INVALID = -1 , RES_WINDOW = 15 , RES_DESKTOP = 16 , RES_CUSTOM = 16 + 1 } |
#define DM_FULLSCREEN 0 |
#define DM_WINDOWED -1 |
typedef int DisplayMode |
enum RESOLUTION |