comparison dvdnav_events.h @ 116:4d711d0518e9 src

new event DVDNAV_WAIT
author mroi
date Tue, 25 Feb 2003 14:08:16 +0000
parents b6834e6359cf
children 48ba92648842
comparison
equal deleted inserted replaced
115:b527b7cbfb19 116:4d711d0518e9
45 #define DVDNAV_NAV_PACKET 7 /*!< The packet just passed was a NAV packet */ 45 #define DVDNAV_NAV_PACKET 7 /*!< The packet just passed was a NAV packet */
46 #define DVDNAV_STOP 8 /*!< The last block was final, no more are coming */ 46 #define DVDNAV_STOP 8 /*!< The last block was final, no more are coming */
47 #define DVDNAV_HIGHLIGHT 9 /*!< Change highlight region */ 47 #define DVDNAV_HIGHLIGHT 9 /*!< Change highlight region */
48 #define DVDNAV_SPU_CLUT_CHANGE 10 /*!< SPU CLUT changed */ 48 #define DVDNAV_SPU_CLUT_CHANGE 10 /*!< SPU CLUT changed */
49 #define DVDNAV_HOP_CHANNEL 12 /*!< Sent when non-seemless stream change has happed */ 49 #define DVDNAV_HOP_CHANNEL 12 /*!< Sent when non-seemless stream change has happed */
50 #define DVDNAV_WAIT 13 /*!< The application should wait for its fifos to run dry */
50 51
51 52
52 /*** EVENT TYPES ***/ 53 /*** EVENT TYPES ***/
53 54
54 /** 55 /**