From 281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 22 Oct 2001 17:10:20 +0000 Subject: added xine_is_stream_seekable function, minor code cleanups CVS patchset: 858 CVS date: 2001/10/22 17:10:20 --- include/xine.h.tmpl.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index d2355c7f9..445a3ec4b 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.49 2001/10/20 18:06:35 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.50 2001/10/22 17:10:20 guenter Exp $ * */ @@ -785,6 +785,15 @@ int xine_get_spu_channel (xine_t *self); */ void xine_get_spu_lang (xine_t *self, char *str); +/** + * \fn int xine_is_stream_seekable (xine_t *self) + * \brief check if the stream is seekable (at the moment) + * \param self current xine engine configuration ( #see xine_init() ) + * + * check if the stream is seekable (at the moment). + * this state may change during playback + */ +int xine_is_stream_seekable (xine_t *self); /** * \fn void xine_select_spu_channel (xine_t *self, int channel) -- cgit v1.2.3