|
libbluray
|
libbluray API version More...
Go to the source code of this file.
Macros | |
| #define | BLURAY_VERSION_CODE(major, minor, micro) |
| Pack version number to single integer. | |
| #define | BLURAY_VERSION_MAJOR 1 |
| libbluray major version number | |
| #define | BLURAY_VERSION_MINOR 3 |
| libbluray minor version number | |
| #define | BLURAY_VERSION_MICRO 4 |
| libbluray micro version number | |
| #define | BLURAY_VERSION_STRING "1.3.4" |
| libbluray version number as a string | |
| #define | BLURAY_VERSION BLURAY_VERSION_CODE(BLURAY_VERSION_MAJOR, BLURAY_VERSION_MINOR, BLURAY_VERSION_MICRO) |
| libbluray version number as a single integer | |
libbluray API version
| #define BLURAY_VERSION_CODE | ( | major, | |
| minor, | |||
| micro ) |
Pack version number to single integer.