Search found 2 matches

Go to advanced search

by jflicks
16 Jan 2016 21:21
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Trouble setting currentAudioPlaybackDelay tvOS
Replies: 2
Views: 339

Re: Trouble setting currentAudioPlaybackDelay tvOS

Thank you for the suggestion, as it looks like I was quite a bit off! I tried it and it all still behaves the same. It looks like the setting is just being ignored for some reason.
by jflicks
16 Jan 2016 17:51
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Trouble setting currentAudioPlaybackDelay tvOS
Replies: 2
Views: 339

Trouble setting currentAudioPlaybackDelay tvOS

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]; [...

Go to advanced search