MetaData: Add doxygen brief

This commit is contained in:
Barrett17
2018-12-28 22:24:07 +01:00
parent 0c3e5b9745
commit 708de94fde
+9
View File
@@ -87,6 +87,15 @@ extern const char* kProgramData; // BMetaData
// https://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata
/**
* @brief BMetaData stores the media metadata.
*
* The metadata model is sparse and each key can occur at most once,
* except for BMetaData itself.
* The key is an integer and the value is the actual metadata.
* The client of this class is required to know in advance the type
* of a particular metadata key.
*/
class BMetaData {
public:
BMetaData();