comparison dvdnav.h @ 116:4d711d0518e9 src

new event DVDNAV_WAIT
author mroi
date Tue, 25 Feb 2003 14:08:16 +0000
parents b6834e6359cf
children da88fc974592
comparison
equal deleted inserted replaced
115:b527b7cbfb19 116:4d711d0518e9
293 * authors wouldn't expect you to be able to do this <tt>:)</tt> 293 * authors wouldn't expect you to be able to do this <tt>:)</tt>
294 * 294 *
295 * \param self Pointer to dvdnav_t associated with this operation. 295 * \param self Pointer to dvdnav_t associated with this operation.
296 */ 296 */
297 dvdnav_status_t dvdnav_still_skip(dvdnav_t *self); 297 dvdnav_status_t dvdnav_still_skip(dvdnav_t *self);
298
299 /**
300 * If we are currently in WAIT state, that is: the application is required to
301 * wait for its fifos to become empty, calling this signals libdvdnav that this
302 * is achieved and that it can continue.
303 *
304 * \param self Pointer to dvdnav_t associated with this operation.
305 */
306 dvdnav_status_t dvdnav_wait_skip(dvdnav_t *self);
298 307
299 /** 308 /**
300 * Returns the still time status from the next cell 309 * Returns the still time status from the next cell
301 * 310 *
302 * \param self Pointer to dvdnav_t associated with this operation. 311 * \param self Pointer to dvdnav_t associated with this operation.