[ExecString] combine SplitParameters with identical function of CUtil
[xbmc.git] / xbmc / HDRStatus.h
blob8fe5aaec531269a38c607043068097f17e0210a4
1 /*
2 * Copyright (C) 2005-2020 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.
7 */
9 #pragma once
11 enum class HDR_STATUS
13 HDR_TOGGLE_FAILED = -1,
14 HDR_UNSUPPORTED = 0,
15 HDR_OFF = 1,
16 HDR_ON = 2