summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-10-30 02:18:35 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-10-30 02:18:35 +0000
commit5fd98dc3451215272aadbe93dbb7e43805050fc3 (patch)
tree14768677bdde796f8b26e4ff9dd60643bf96d5d9 /include
parentf32c34a198bb2f407b6ceb1157e7239d1c2f6d79 (diff)
downloadxine-lib-5fd98dc3451215272aadbe93dbb7e43805050fc3.tar.gz
xine-lib-5fd98dc3451215272aadbe93dbb7e43805050fc3.tar.bz2
gapless playback stream switching support
CVS patchset: 7784 CVS date: 2005/10/30 02:18:35
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index e50830347..25b41a0d9 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.145 2005/10/07 20:09:12 mroi Exp $
+ * $Id: xine.h.in,v 1.146 2005/10/30 02:18:35 miguelfreitas Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -338,6 +338,8 @@ int xine_get_param (xine_stream_t *stream, int param);
#define XINE_PARAM_AUDIO_CLOSE_DEVICE 28 /* force closing audio device */
#define XINE_PARAM_AUDIO_AMP_MUTE 29 /* 1=>mute, 0=>unmute */
#define XINE_PARAM_FINE_SPEED 30 /* 1.000.000 => normal speed */
+#define XINE_PARAM_EARLY_FINISHED_EVENT 31 /* send event when demux finish*/
+#define XINE_PARAM_GAPLESS_SWITCH 32 /* next stream only gapless swi*/
/*
* speed values for XINE_PARAM_SPEED parameter.