diff options
Diffstat (limited to 'src/xml/kdm_smpte.h')
| -rw-r--r-- | src/xml/kdm_smpte.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/xml/kdm_smpte.h b/src/xml/kdm_smpte.h index bfd9a633..e8e65e98 100644 --- a/src/xml/kdm_smpte.h +++ b/src/xml/kdm_smpte.h @@ -17,6 +17,18 @@ */ +/** @file src/xml/kdm_smpte.h + * @brief 1:1ish C++ representations of the XML schema for a SMPTE KDM. + * + * This file contains classes which map pretty-much 1:1 to the elements in a SMPTE KDM + * (Key Delivery Message). The `main' KDM class contains a pointer to a DCinemaSecurityMessage + * from this file. + * + * This should probably have been automatically generated from the XSD, + * but I think it's too much trouble considering that the XSD does not + * change very often. + */ + #ifndef LIBDCP_XML_KDM_SMPTE_H #define LIBDCP_XML_KDM_SMPTE_H |
