2 * Copyright (C) 2024 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.
11 namespace KODI::VIDEO::GUILIB
15 * \brief Open dialog window to select/change video stream
17 void OpenDialogSelectVideoStream();
20 * \brief Open dialog window to select/change audio stream
22 void OpenDialogSelectAudioStream();
25 * \brief Open dialog window to select/change subtitle stream
27 void OpenDialogSelectSubtitleStream();
29 } // namespace KODI::VIDEO::GUILIB