Access alternate audio tracks

The PSDK for Android supports late-binding audio. The PSDK uses MediaPlayer to play a video specified in an M3U8 HLS playlist, which can contain several alternate audio streams.

Access the available audio tracks using methods and properties in the MediaPlayerItem class.

You can present the available tracks to the user through the player user interface. Refer to the PMPDemoApp, which includes these operations in the scrub-bar controls.