diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-22 17:10:20 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-22 17:10:20 +0000 |
commit | 281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f (patch) | |
tree | bc8cf179b1f7eebdc11b8bf3e66fba58dd36c22d /include | |
parent | 6431c857a1de186f1f73238cb42a7120db27e11a (diff) | |
download | xine-lib-281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f.tar.gz xine-lib-281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f.tar.bz2 |
added xine_is_stream_seekable function, minor code cleanups
CVS patchset: 858
CVS date: 2001/10/22 17:10:20
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 11 |
1 files changed, 10 insertions, 1 deletions
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) |