]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_player.h
libvlc: Export libvlc_media_player_get_input_thread().
[vlc] / include / vlc / libvlc_media_player.h
index 2897f07cc957a7e3280cb2451e75c0b31fb6bde8..452b2adcafd42e10f8843fa06f0a43e5662c2def 100644 (file)
@@ -502,6 +502,15 @@ VLC_PUBLIC_API void    libvlc_media_player_next_frame( libvlc_media_player_t *p_
                                                        libvlc_exception_t *p_e );
 
 
+/**
+ * Access to libvlc core internal structure.
+ *
+ * This enables nasty hack. Use of this method is discouraged.
+ *
+ * \param player the libvlc_media_player_t instance
+ * \return a libvlccore input_thread_t or NULL. The actual behaviour is not specified.
+ */
+VLC_PUBLIC_API struct input_thread_t *libvlc_media_player_get_input_thread( libvlc_media_player_t *player );
 
 /**
  * Release (free) libvlc_track_description_t