vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Jun 5 11:33:16 2016 +0200| [6a60aa2f2d3884a468dd889925ed3a3c628bb70e] | committer: Jean-Baptiste Kempf
libVLC: Improve doxygen documentation about 3.0 version > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a60aa2f2d3884a468dd889925ed3a3c628bb70e --- include/vlc/libvlc_media_player.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index a1df7a5..c4f318f 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -1970,6 +1970,8 @@ LIBVLC_API int libvlc_media_player_set_equalizer( libvlc_media_player_t *p_mi, l /** * Media player roles. * + * \version LibVLC 3.0.0 and later. + * * See \ref libvlc_media_player_set_role() */ typedef enum libvlc_media_player_role { @@ -1988,6 +1990,8 @@ typedef enum libvlc_media_player_role { /** * Gets the media role. * + * \version LibVLC 3.0.0 and later. + * * \return the media player role (\ref libvlc_media_player_role_t) */ LIBVLC_API int libvlc_media_player_get_role(libvlc_media_player_t *); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
