X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/1e2b55c2c2e79a41dd0056fda7966dabc329fc0d..92835e632a2570c851ecd45af5c3b97af2037322:/application/player.h diff --git a/application/player.h b/application/player.h index dc60827..8f47e83 100644 --- a/application/player.h +++ b/application/player.h @@ -30,12 +30,21 @@ extern "C" { #endif -#define REQ_ID_PLAYBACK_TIME "11" +#define REQ_ID_PLAYBACK_TIME "11" +#define REQ_ID_PLAYBACK_TIME_INT 11 +#define REQ_ID_WIDTH "12" +#define REQ_ID_WIDTH_INT 12 +#define REQ_ID_HEIGHT "13" +#define REQ_ID_HEIGHT_INT 13 + void PlayerOpenFile(MainWindow *win); void PlayerDestroy(Player *p); +void PlayerEOF(Player *p); + +void PlayerHandleInput(MainWindow *win, Player *p, XmDrawingAreaCallbackStruct *cb); #ifdef __cplusplus }