|
@@ -650,28 +650,6 @@ VLC_PUBLIC_API int libvlc_video_reparent( libvlc_media_player_t *, libvlc_drawab
|
|
|
VLC_PUBLIC_API void libvlc_video_redraw_rectangle( libvlc_media_player_t *, const libvlc_rectangle_t *, libvlc_exception_t * );
|
|
|
|
|
|
/**
|
|
|
- * Set the default video output's parent.
|
|
|
- *
|
|
|
- * This setting will be used as default for all video outputs.
|
|
|
- *
|
|
|
- * \param p_instance libvlc instance
|
|
|
- * \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32)
|
|
|
- * \param p_e an initialized exception pointer
|
|
|
- */
|
|
|
-VLC_PUBLIC_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawable_t, libvlc_exception_t * );
|
|
|
-
|
|
|
-/**
|
|
|
- * Set the default video output parent.
|
|
|
- *
|
|
|
- * This setting will be used as default for all video outputs.
|
|
|
- *
|
|
|
- * \param p_instance libvlc instance
|
|
|
- * \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32)
|
|
|
- * \param p_e an initialized exception pointer
|
|
|
- */
|
|
|
-VLC_PUBLIC_API libvlc_drawable_t libvlc_video_get_parent( libvlc_instance_t *, libvlc_exception_t * );
|
|
|
-
|
|
|
-/**
|
|
|
* Set the default video output size.
|
|
|
*
|
|
|
* This setting will be used as default for all video outputs.
|