![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Macros | |
#define | min(a, b) (a)>(b)?(b):(a) |
#define | IPTC_RECORD_VERSION 0x00 |
#define | IPTC_SUPLEMENTAL_CATEGORIES 0x14 |
#define | IPTC_KEYWORDS 0x19 |
#define | IPTC_CAPTION 0x78 |
#define | IPTC_AUTHOR 0x7A |
#define | IPTC_HEADLINE 0x69 |
#define | IPTC_SPECIAL_INSTRUCTIONS 0x28 |
#define | IPTC_CATEGORY 0x0F |
#define | IPTC_BYLINE 0x50 |
#define | IPTC_BYLINE_TITLE 0x55 |
#define | IPTC_CREDIT 0x6E |
#define | IPTC_SOURCE 0x73 |
#define | IPTC_COPYRIGHT_NOTICE 0x74 |
#define | IPTC_OBJECT_NAME 0x05 |
#define | IPTC_CITY 0x5A |
#define | IPTC_STATE 0x5F |
#define | IPTC_COUNTRY 0x65 |
#define | IPTC_TRANSMISSION_REFERENCE 0x67 |
#define | IPTC_DATE 0x37 |
#define | IPTC_URGENCY 0x0A |
#define | IPTC_COUNTRY_CODE 0x64 |
#define | IPTC_REFERENCE_SERVICE 0x2D |
#define | IPTC_TIME_CREATED 0x3C |
#define | IPTC_SUB_LOCATION 0x5C |
#define | IPTC_IMAGE_TYPE 0x82 |
#define IPTC_AUTHOR 0x7A |
#define IPTC_BYLINE 0x50 |
#define IPTC_BYLINE_TITLE 0x55 |
#define IPTC_CAPTION 0x78 |
#define IPTC_CATEGORY 0x0F |
#define IPTC_CITY 0x5A |
#define IPTC_COPYRIGHT_NOTICE 0x74 |
#define IPTC_COUNTRY 0x65 |
#define IPTC_COUNTRY_CODE 0x64 |
#define IPTC_CREDIT 0x6E |
#define IPTC_DATE 0x37 |
#define IPTC_HEADLINE 0x69 |
#define IPTC_IMAGE_TYPE 0x82 |
#define IPTC_KEYWORDS 0x19 |
#define IPTC_OBJECT_NAME 0x05 |
#define IPTC_RECORD_VERSION 0x00 |
#define IPTC_REFERENCE_SERVICE 0x2D |
#define IPTC_SOURCE 0x73 |
#define IPTC_SPECIAL_INSTRUCTIONS 0x28 |
#define IPTC_STATE 0x5F |
#define IPTC_SUB_LOCATION 0x5C |
#define IPTC_SUPLEMENTAL_CATEGORIES 0x14 |
#define IPTC_TIME_CREATED 0x3C |
#define IPTC_TRANSMISSION_REFERENCE 0x67 |
#define IPTC_URGENCY 0x0A |
#define min | ( | a, | |
b | |||
) | (a)>(b)?(b):(a) |