Access alternate audio tracks

The PSDK for iOS supports late-binding audio. The PSDK uses PTMediaPlayer 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 PTMediaPlayerItem class.

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