detect player end
[uwplayer.git] / application / player.h
index 26980a6..9858491 100644 (file)
@@ -32,11 +32,18 @@ extern "C" {
 
 #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);
+
 
 #ifdef __cplusplus
 }