comparison dvdnav.h @ 95:e7ebabe059b9 src

Start to get dvd mrl working in xine.
author jcdutton
date Mon, 16 Sep 2002 16:54:41 +0000
parents df9712507b30
children 457f35f43ba6
comparison
equal deleted inserted replaced
94:e29110f67f3a 95:e7ebabe059b9
273 273
274 /** 274 /**
275 * Returns the number of programs within the current title. 275 * Returns the number of programs within the current title.
276 * 276 *
277 * \param self Pointer to dvdnav_t associated with this operation. 277 * \param self Pointer to dvdnav_t associated with this operation.
278 * \param programs Pointer to int to receive number of programs. 278 * \param titles int to select title.
279 */ 279 * \param parts Pointer to int to receive number of parts.
280 dvdnav_status_t dvdnav_get_number_of_programs(dvdnav_t *self, int *programs); 280 */
281 dvdnav_status_t dvdnav_get_number_of_parts(dvdnav_t *self, int title, int *parts);
281 282
282 /** 283 /**
283 * If we are currently in a still-frame this function skips it (or attempts to). 284 * If we are currently in a still-frame this function skips it (or attempts to).
284 * This might fail if this still-frame is of infinite duration as most DVD 285 * This might fail if this still-frame is of infinite duration as most DVD
285 * authors wouldn't expect you to be able to do this <tt>:)</tt> 286 * authors wouldn't expect you to be able to do this <tt>:)</tt>