[WASAPI] set stream audio category
[xbmc.git] / xbmc / cores / RetroPlayer / process / osx / RPProcessInfoOSX.h
blob5f2dba05d7ea8c12dc1fc971adfbc7605c4f966f
1 /*
2 * Copyright (C) 2017-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.
7 */
9 #pragma once
11 #include "cores/RetroPlayer/process/RPProcessInfo.h"
13 namespace KODI
15 namespace RETRO
17 class CRPProcessInfoOSX : public CRPProcessInfo
19 public:
20 CRPProcessInfoOSX();
22 static std::unique_ptr<CRPProcessInfo> Create();
23 static void Register();
25 } // namespace RETRO
26 } // namespace KODI