tagparser/matroska/matroskatagid.cpp

15 lines
314 B
C++

#include "./matroskatagid.h"
using namespace std;
/*!
* \brief Encapsulates Matroska tag IDs.
* \sa See https://matroska.org/technical/specs/tagging/index.html for a complete list of the officially supported Matroska tag names.
*/
namespace TagParser {
namespace MatroskaTagIds {
}
} // namespace TagParser