X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fdeprecated.h;h=c22d2dc8c336abb1c0286a8e51eb95826ec6f427;hb=7eccf3a2cf7bdf158f58b8f4ef006ad604738c0b;hp=93053490ec6c97ca53f7f33fb25a711b68ac0b16;hpb=9d5e75a7a5643a2144dc561fc246a7a3ca7e5fb0;p=vlc diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h index 93053490ec..c22d2dc8c3 100644 --- a/include/vlc/deprecated.h +++ b/include/vlc/deprecated.h @@ -41,36 +41,6 @@ typedef int libvlc_drawable_t; extern "C" { # endif -/** - * Set the drawable where the media player should render its video output. - * - * On Windows 32-bits, a window handle (HWND) is expected. - * On Windows 64-bits, this function will always fail. - * - * On OSX 32-bits, a CGrafPort is expected. - * On OSX 64-bits, this function will always fail. - * - * On other platforms, an existing X11 window ID is expected. See - * libvlc_media_player_set_xid() for details. - * - * \param p_mi the Media Player - * \param drawable the libvlc_drawable_t where the media player - * should render its video - * \param p_e an initialized exception pointer - */ -VLC_DEPRECATED_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *, libvlc_drawable_t, libvlc_exception_t * ); - -/** - * Get the drawable where the media player should render its video output - * - * \param p_mi the Media Player - * \param p_e an initialized exception pointer - * \return the libvlc_drawable_t where the media player - * should render its video - */ -VLC_DEPRECATED_API libvlc_drawable_t - libvlc_media_player_get_drawable ( libvlc_media_player_t *, libvlc_exception_t * ); - /***************************************************************************** * Playlist (Deprecated) *****************************************************************************/ @@ -82,7 +52,7 @@ VLC_DEPRECATED_API libvlc_drawable_t */ /** - * Start playing. + * Start playing (if there is any item in the playlist). * * Additionnal playlist item options can be specified for addition to the * item before it is played. @@ -93,10 +63,10 @@ VLC_DEPRECATED_API libvlc_drawable_t * played * \param i_options the number of options to add to the item * \param ppsz_options the options to add to the item - * \param p_e an initialized exception pointer */ -VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t*, int, int, - char **, libvlc_exception_t * ); +VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t *p_instance, + int i_id, int i_options, + char **ppsz_options ); /** @}*/