add dvdnav_get_number_of_audio_streams
dvdnav_get_number_of_audio_streams provides a way of getting the number of audio streams in vts titles or dvd menus
Similar to videolan/libdvdnav!32 (comment 311038) it allows to obtain the audio stream count without using the private VM. In Kodi the usage is pretty similar, we get the the audio stream count [1] [2] and then obtain the audio stream info via dvdnav_get_audio_attr [3].
Refs: