I have a AVPlayer playing mp3 in background and a MPMoviePlayer visible to user playing another mp3 I am able to set volume for MPMoviePlayer using
[[MPMusicPlayerController applicationMusicPlayer] setVolume:cObj_VolumeLevel];
But it is changing volume for both AVPlayer and MPMoviePlayer I want to control both separately
