X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/67b35790d6ab8581c96b3182e63eb2c0ffab5123..dc6deecb9155cc8e90d28bb90c66d58c8ae2b93e:/application/player.h diff --git a/application/player.h b/application/player.h index ebd6ab4..8f47e83 100644 --- a/application/player.h +++ b/application/player.h @@ -30,10 +30,21 @@ extern "C" { #endif +#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 }