|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
ceVideoVersion.h File ReferenceContains the VideoCore version. More... #include "begin_code.h" #include "close_code.h" Go to the source code of this file.
Detailed DescriptionContains the VideoCore version. Define Documentation
Include Guard.
Major version number.
Minor version number.
Patch version number.
Version in string.
Value:
((CE_VIDEO_VERSION_MAJOR << 16) | \ (CE_VIDEO_VERSION_MINOR << 0x8) | \ CE_VIDEO_VERSION_PATCH) Version number (useful in DLL/SO libs).
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|