]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
add libvlc_media_player_(get|set)_agl to the hearder and symbole list.
[vlc] / include / vlc / libvlc.h
index 13740614bbe58a05eb9183fa8f1f0ce270ed963b..a3a40e7980e66855908906c2d6b30d80041f290f 100644 (file)
@@ -555,6 +555,22 @@ VLC_PUBLIC_API void libvlc_media_player_pause ( libvlc_media_player_t *, libvlc_
  */
 VLC_PUBLIC_API void libvlc_media_player_stop ( libvlc_media_player_t *, libvlc_exception_t * );
 
+/**
+ * Set the agl handler where the media player should render its video output.
+ *
+ * \param p_mi the Media Player
+ * \param drawable the agl handler
+ * \param p_e an initialized exception pointer
+ */
+VLC_PUBLIC_API void libvlc_media_player_set_agl ( libvlc_media_player_t *p_mi, uint32_t drawable, libvlc_exception_t *p_e );
+
+/**
+ * Get the agl handler previously set with libvlc_media_player_set_agl().
+ *
+ * \return the agl handler or 0 if none where set
+ */
+VLC_PUBLIC_API uint32_t libvlc_media_player_get_agl ( libvlc_media_player_t *p_mi );
+
 /**
  * Set an X Window System drawable where the media player should render its
  * video output. If LibVLC was built without X11 output support, then this has