2 * Copyright (C) 2005-2021 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
13 struct DEBUG_INFO_PLAYER
21 struct DEBUG_INFO_VIDEO
23 std::string videoSource
;
25 std::string metaLight
;
30 struct DEBUG_INFO_RENDER
32 std::string renderFlags
;
33 std::string videoOutput
;