views:

44

answers:

1

In a movie player, i can use mpVolumeView to control the volume.Is there any other way to control it ?

+1  A: 

[MPMusicPlayerController setVolume:]

valexa
[NSSound setVolume:]must be a API of MAC OS X,i just working at Iphone OS.At the same time [AVAudioPlayer setVolume:] is working with AudioPlayer,but here it's a moviePlayer.Anyway,thank you all the same.
ben
i updated my response
valexa