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
[videodb] remove unused seasons table from episode_view
[xbmc.git]
/
xbmc
/
HDRStatus.h
blob
72613e12cd7c0ec3404ed0d922a631332b223869
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_UNKNOWN
= -
2
,
14
HDR_TOGGLE_FAILED
= -
1
,
15
HDR_UNSUPPORTED
=
0
,
16
HDR_OFF
=
1
,
17
HDR_ON
=
2
18
};