summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in144
1 files changed, 1 insertions, 143 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index addb3f478..0f9175327 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -29,7 +29,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.14 2001/05/03 23:26:40 f1rmb Exp $
+ * $Id: xine.h.tmpl.in,v 1.15 2001/05/16 15:32:03 guenter Exp $
*
*/
@@ -286,148 +286,6 @@ int xine_get_spu_channel (xine_t *this);
*/
void xine_select_spu_channel (xine_t *this, int channel);
-/**
- * \fn void *xine_get_output_window(xine_t *this);
- * \brief Get the output window.
- * \param this Current xine engine configuration ( #see xine_init() )
- * \return Return output window as void pointer.
- *
- * Get whatever is usefull to contact the window/video output
- * (mostly usefull for the gui if it wants to access
- * the video output window). The calling application should
- * cast the void pointer to desired type.
- */
-void *xine_get_window_output(xine_t *this);
-
-#define VO_CAP_HUE 0x00000010 /* driver can set HUE value */
-#define VO_CAP_SATURATION 0x00000020 /* driver can set SATURATION value*/
-#define VO_CAP_BRIGHTNESS 0x00000040 /* driver can set BRIGHTNESS value*/
-#define VO_CAP_CONTRAST 0x00000080 /* driver can set CONTRAST value */
-#define VO_CAP_COLORKEY 0x00000100 /* driver can set COLORKEY value */
-
-/**
- * \fn uint32_t xine_get_window_capabilities(xine_t *this);
- * \brief
- * \param
- * \return
- *
- *
- */
-uint32_t xine_get_window_capabilities(xine_t *this);
-
-#define VO_PROP_WINDOW_VISIBLE 0
-#define VO_PROP_CURSOR_VISIBLE 1
-#define VO_PROP_FULLSCREEN 2
-#define VO_PROP_INTERLACED 3
-#define VO_PROP_ASPECT_RATIO 4
-#define VO_PROP_HUE 5
-#define VO_PROP_SATURATION 6
-#define VO_PROP_CONTRAST 7
-#define VO_PROP_BRIGHTNESS 8
-#define VO_PROP_COLORKEY 9
-#define VO_NUM_PROPERTIES 10
-
-/**
- * \fn int xine_get_window_property(xine_t *this, int property);
- * \brief
- * \param
- * \return
- *
- *
- */
-int xine_get_window_property(xine_t *this, int property);
-
-/**
- * \fn int xine_set_window_property(xine_t *this, int property, int value);
- * \brief
- * \param
- * \return
- *
- *
- */
-int xine_set_window_property(xine_t *this, int property, int value);
-
-/**
- * \fn void xine_get_window_property_min_max(xine_t *this, int property, int *min, int *max);
- * \brief
- * \param
- * \return
- *
- *
- */
-void xine_get_window_property_min_max(xine_t *this, int property, int *min, int *max);
-
-/**
- * \fn void xine_window_handle_event(xine_t *this, void *event);
- * \brief
- * \param
- * \return
- *
- *
- */
-void xine_window_handle_event(xine_t *this, void *event);
-
-/**
- * \fn void xine_set_window_fullscreen(xine_t *this, int fullscreen);
- * \brief
- * \param
- * \return
- *
- *
- */
-void xine_set_window_fullscreen(xine_t *this, int fullscreen);
-
-/**
- * \fn int xine_get_window_fullscreen(xine_t *this);
- * \brief
- * \param
- * \return
- *
- *
- */
-int xine_get_window_fullscreen(xine_t *this);
-
-/**
- * \fn void xine_set_window_visible(xine_t *this, int visible);
- * \brief
- * \param
- * \return
- *
- *
- */
-void xine_set_window_visible(xine_t *this, int visible);
-
-/**
- * \fn int xine_get_window_visible(xine_t *this);
- * \brief
- * \param
- * \return
- *
- *
- */
-int xine_get_window_visible(xine_t *this);
-
-/**
- * \fn void xine_set_display_cursor(xine_t *this, int show);
- * \brief
- * \param
- * \return
- *
- *
- */
-void xine_set_display_cursor(xine_t *this, int show);
-
-/**
- * \fn int xine_get_display_cursor(xine_t *this);
- * \brief
- * \param
- * \return
- *
- *
- */
-int xine_get_display_cursor(xine_t *this);
-
-/** @} end of xine_management_api */
/**
* @defgroup browsegroup Browsing support