How to choose an audio channel in AVPlayer or MPMoviePlayerController on iOS?

I am using AVPlayer or MPMoviePlayerController to play video files in iOS. How to enable sound channel during playback?

I looked through the API documentation, but could not find information on switching the audio channels (for example, just turn on only the left audio channel).

Please rate this if you can help me.

Thank.

+3
source share
1 answer

Does the AudioMixer sample application help ?

0
source

All Articles