X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/6da75a17cd321ca5d9e39a690e3cbdd548d4e5b1..f2c881b827db459ee641c90bcfe4ef9e1ed25c0e:/application/settings.h?ds=sidebyside diff --git a/application/settings.h b/application/settings.h index b7ada4e..aabd835 100644 --- a/application/settings.h +++ b/application/settings.h @@ -29,9 +29,16 @@ extern "C" { #define UWP_PLAYER_BIN "player" #define UWP_PLAYER_TYPE "player_type" + +typedef struct PlayerInfo { + char *bin; + char *type; +} PlayerInfo; int load_settings(void); +char* SettingsGetPlayerBin(void); + #ifdef __cplusplus }