Skip to content
Commit fba3a7de authored by amet's avatar amet
Browse files

added: xbmc.Player().getAvailableAudioStreams() and xbmc.Player().setAudioStream()

usage:
- xbmc.Player().getAvailableAudioStreams() returns a language list of all available audio streams for the currently playing movie. e.g ['Italian', 'English', 'German']

- xbmc.Player().setAudioStream(1) sets Audio stream to 'English'
parent f080498e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment