[WASAPI] fix stream types and frequencies enumeration
[xbmc.git] / xbmc / playlists / PlayListXSPF.h
blobb16b8094422dda801af51c4ca24648bccb9af45c
1 /*
2 * Copyright (C) 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 "PlayList.h"
13 namespace KODI::PLAYLIST
15 class CPlayListXSPF : public CPlayList
17 public:
18 CPlayListXSPF(void);
19 ~CPlayListXSPF(void) override;
21 // Implementation of CPlayList
22 bool Load(const std::string& strFileName) override;