I need to set an audio delay if on the ATV4 the user selects an alternative audio output route (other than HDMI). It's easy to find the correct delay amount using an AVAudioSession. VLCMediaPlayer *mediaplayer = [[VLCMediaPlayer alloc] init]; AVAudioSession *sess = [AVAudioSession sharedInstance]; [...