Browse Source

lib: media_player: document multiple audio track selection

pull/107/head
Thomas Guillem 6 years ago
parent
commit
d5833263d0
  1. 4
      include/vlc/libvlc_media_player.h

4
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

Loading…
Cancel
Save