summaryrefslogtreecommitdiffstats
path: root/xbmc/utils/DRMHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/utils/DRMHelpers.h')
-rw-r--r--xbmc/utils/DRMHelpers.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/xbmc/utils/DRMHelpers.h b/xbmc/utils/DRMHelpers.h
new file mode 100644
index 0000000..dcc7f50
--- /dev/null
+++ b/xbmc/utils/DRMHelpers.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2005-2021 Team Kodi
+ * This file is part of Kodi - https://kodi.tv
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ * See LICENSES/README.md for more information.
+ */
+
+#pragma once
+
+#include <cstdint>
+#include <string>
+
+namespace DRMHELPERS
+{
+
+std::string FourCCToString(uint32_t fourcc);
+
+std::string ModifierToString(uint64_t modifier);
+
+} // namespace DRMHELPERS