xbmc
DebugInfo.h
1 /*
2  * Copyright (C) 2005-2021 Team Kodi
3  * This file is part of Kodi - https://kodi.tv
4  *
5  * SPDX-License-Identifier: GPL-2.0-or-later
6  * See LICENSES/README.md for more information.
7  */
8 
9 #pragma once
10 
11 #include <string>
12 
14 {
15  std::string audio;
16  std::string video;
17  std::string player;
18  std::string vsync;
19 };
20 
22 {
23  std::string videoSource;
24  std::string metaPrim;
25  std::string metaLight;
26  std::string shader;
27 };
28 
30 {
31  std::string renderFlags;
32  std::string videoOutput;
33 };
Definition: DebugInfo.h:13
Definition: DebugInfo.h:29
Definition: DebugInfo.h:21