repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ExecString] combine SplitParameters with identical function of CUtil
[xbmc.git]
/
xbmc
/
HDRStatus.h
blob
8fe5aaec531269a38c607043068097f17e0210a4
1
/*
2
* Copyright (C) 2005-2020 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
enum
class
HDR_STATUS
12
{
13
HDR_TOGGLE_FAILED
= -
1
,
14
HDR_UNSUPPORTED
=
0
,
15
HDR_OFF
=
1
,
16
HDR_ON
=
2
17
};