2 * Copyright (C) 2005-2018 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.
16 BD_PLAYBACK_SIMPLE_MENU
= 0,
17 BD_PLAYBACK_DISC_MENU
,
18 BD_PLAYBACK_MAIN_TITLE
,
21 #include "settings/lib/ISettingCallback.h"
23 class CDiscSettings
: public ISettingCallback
28 static CDiscSettings
& GetInstance();
29 void OnSettingChanged(const std::shared_ptr
<const CSetting
>& setting
) override
;
32 CDiscSettings() = default;
33 ~CDiscSettings() override
= default;