vlc | branch: master | Thomas Guillem <[email protected]> | Tue Jun 16 14:48:50 2020 +0200| [d5833263d092d19d65520364c29df94cc6a7ff7e] | committer: Thomas Guillem
lib: media_player: document multiple audio track selection > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5833263d092d19d65520364c29df94cc6a7ff7e --- 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 e861cd5fca..dc5942afd0 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -1376,6 +1376,8 @@ libvlc_media_player_select_track( libvlc_media_player_t *p_mi, * libvlc_media_player_set_tracks(). If a track selection change but the * track is not present anymore, the player will just ignore it. * + * \note selecting multiple audio tracks is currently not supported. + * * \param p_mi the media player * \param type type of the selected track * \param tracks pointer to the track array @@ -1411,6 +1413,8 @@ libvlc_media_player_select_tracks( libvlc_media_player_t *p_mi, * \note The string identifier of a track can be found via psz_id from \ref * libvlc_media_track_t * + * \note selecting multiple audio tracks is currently not supported. + * * \param p_mi the media player * \param type type to select * \param psz_ids list of string identifier or NULL _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
