Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
LangInfo.cpp File Reference

Classes

struct  TemperatureInfo
 
struct  SpeedInfo
 
struct  SortLanguage
 
struct  SpecialLanguageSetting
 

Macros

#define TIME_FORMAT_MM_SS   ":mm:ss"
 
#define TIME_FORMAT_SINGLE_12   "h" TIME_FORMAT_MM_SS
 
#define TIME_FORMAT_DOUBLE_12   "hh" TIME_FORMAT_MM_SS
 
#define TIME_FORMAT_SINGLE_24   "H" TIME_FORMAT_MM_SS
 
#define TIME_FORMAT_DOUBLE_24   "HH" TIME_FORMAT_MM_SS
 
#define TIME_FORMAT_12HOURS   "12hours"
 
#define TIME_FORMAT_24HOURS   "24hours"
 
#define TEMP_UNIT_STRINGS   20027
 
#define SPEED_UNIT_STRINGS   20200
 
#define SETTING_REGIONAL_DEFAULT   "regional"
 

Variables

constexpr auto specialAudioLangSettings
 
constexpr auto specialSubtitlesLangSettings
 
constexpr auto specialSubtitlesDownloadLangSettings
 

Macro Definition Documentation

◆ SETTING_REGIONAL_DEFAULT

#define SETTING_REGIONAL_DEFAULT   "regional"

◆ SPEED_UNIT_STRINGS

#define SPEED_UNIT_STRINGS   20200

◆ TEMP_UNIT_STRINGS

#define TEMP_UNIT_STRINGS   20027

◆ TIME_FORMAT_12HOURS

#define TIME_FORMAT_12HOURS   "12hours"

◆ TIME_FORMAT_24HOURS

#define TIME_FORMAT_24HOURS   "24hours"

◆ TIME_FORMAT_DOUBLE_12

#define TIME_FORMAT_DOUBLE_12   "hh" TIME_FORMAT_MM_SS

◆ TIME_FORMAT_DOUBLE_24

#define TIME_FORMAT_DOUBLE_24   "HH" TIME_FORMAT_MM_SS

◆ TIME_FORMAT_MM_SS

#define TIME_FORMAT_MM_SS   ":mm:ss"

◆ TIME_FORMAT_SINGLE_12

#define TIME_FORMAT_SINGLE_12   "h" TIME_FORMAT_MM_SS

◆ TIME_FORMAT_SINGLE_24

#define TIME_FORMAT_SINGLE_24   "H" TIME_FORMAT_MM_SS

Variable Documentation

◆ specialAudioLangSettings

constexpr auto specialAudioLangSettings
constexpr
Initial value:
= std::array{
}
constexpr std::string_view audioLanguageOriginal
Definition LangInfo.h:54
constexpr std::string_view audioLanguageMediaDefault
Definition LangInfo.h:53
constexpr std::string_view audioLanguageDefault
Definition LangInfo.h:55
Definition LangInfo.cpp:201

◆ specialSubtitlesDownloadLangSettings

constexpr auto specialSubtitlesDownloadLangSettings
constexpr
Initial value:
= std::array{
}
constexpr std::string_view subLanguageOriginal
Definition LangInfo.h:60
constexpr std::string_view subLanguageDefault
Definition LangInfo.h:61

◆ specialSubtitlesLangSettings

constexpr auto specialSubtitlesLangSettings
constexpr
Initial value:
= std::array{
}
constexpr std::string_view subLanguageForcedOnly
Definition LangInfo.h:59
constexpr std::string_view subLanguageNone
Definition LangInfo.h:58