|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIDialogSelectGameClient.h>
Static Public Member Functions | |
| static std::string | ShowAndGetGameClient (const std::string &gamePath, const GameClientVector &candidates, const GameClientVector &installable) |
| Show a series of dialogs that results in a game client being selected. | |
|
static |
Show a series of dialogs that results in a game client being selected.
| gamePath | The path of the file being played |
| candidates | A list of installed candidates that the user can select from |
| installable | A list of installable candidates that the user can select from |